Memory with integrity for AI coding agents. SAME tracks provenance, flags stale knowledge, and surfaces contradictions; so your AI trusts what's current, not what's outdated.
17 MCP tools: semantic search, cross-vault federation, session handoffs, decision logging, knowledge graph, trust-aware retrieval, consolidation, health analysis. Provenance on every write. Stale notes rank lower automatically. SQLite + vector search. Ollama, OpenAI, LM Studio, or keyword-only. One 12MB Go binary. No cloud, no API keys, no telemetry. Your notes never leave your machine. Claude Code, Cursor, Windsurf, Codex CLI, Gemini CLI, and any MCP client.
服务器配置
{
"mcpServers": {
"same": {
"command": "npx",
"args": [
"-y",
"@sgx-labs/same",
"mcp",
"--vault",
"/path/to/your/notes"
]
}
}
}