SAME - Stateless Agent Memory Engine for Cursor
io.github.sgx-labs/same
Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.
client:Cursor
transport:stdio
runtime:npm
Install SAME - Stateless Agent Memory Engine in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"same": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sgx-labs/same"
],
"env": {
"VAULT_PATH": "<VAULT_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs