MCP Server
MCP
SAME - Stateless Agent Memory Engine
Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.
Install
npx -y @sgx-labs/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@sgx-labs/same",
"version": "0.12.1",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Path to your markdown notes directory",
"isRequired": true,
"name": "VAULT_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment