← Index

SAME - Stateless Agent Memory Engine

io.github.sgx-labs/same·v0.12.1·Databases
Quality Score
89
/100

Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "same": {
      "command": "npx",
      "args": [
        "-y",
        "@sgx-labs/same"
      ],
      "env": {
        "VAULT_PATH": "<vault_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "same": {
      "command": "npx",
      "args": [
        "-y",
        "@sgx-labs/same"
      ],
      "env": {
        "VAULT_PATH": "<vault_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @sgx-labs/same
§02  Environment variables
VAULT_PATH
required

Path to your markdown notes directory

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Databases