SAME - Stateless Agent Memory Engine for Claude Desktop
io.github.sgx-labs/same
Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.
client:Claude Desktop
transport:stdio
runtime:npm
Install SAME - Stateless Agent Memory Engine in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"same": {
"command": "npx",
"args": [
"-y",
"@sgx-labs/same"
],
"env": {
"VAULT_PATH": "<VAULT_PATH>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs