SAME - Stateless Agent Memory Engine
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_PATHrequired
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
ai.haymon/dbmcp
ai.haymon/dbmcp
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
ai.smithery/afgong-sqlite-mcp-server
ai.smithery/afgong-sqlite-mcp-server
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…