subcog

zircote/subcog
★ 21 stars Rust 🤖 AI/LLM Updated 21d ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "subcog": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "subcog"
      ]
    }
  }
}

Topics

aiai-assistantclaudeclaude-pluginclideveloper-toolsembeddingsgeminihybrid-searchknowledge-graphllmmcpmemory-systemmodel-context-protocolopencode