zircote/subcog
Persistent memory system for AI coding assistants. Captures decisions, learnings, and context from coding sessions. Features hybrid search (semantic + BM25), MCP server integration, SQLite persistence with knowledge graph, and proactive memory surfacing. Written in Rust.
Platform-specific configuration:
{
"mcpServers": {
"subcog": {
"command": "npx",
"args": [
"-y",
"subcog"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...