Talamus
Local-first, source-grounded memory for AI agents. Stores durable Markdown + SQLite/FTS5, preserves citations and bitemporal history, and gates corrections behind review.
Local-first, source-grounded memory for AI agents. Stores durable Markdown + SQLite/FTS5, preserves citations and bitemporal history, and gates corrections behind review.
Features
Category
1. Install: pipx install "talamus[mcp]" 2. Initialize without touching client configs: talamus init --root . 3. Start the stdio server: talamus mcp serve --root .
search
Search the local brain with lexical retrieval and optional explicit smart query expansion.
recall
Return source-grounded context with citations from durable local memory.
ask
Answer a question from retrieved notes with citations using the configured LLM engine.
overview
Summarize the local brain, its notes, domains, and current status.
sources
Show the preserved provenance and source status for a note.
remember
Store a short memory in the project or central brain after an explicit call.
verify
Check a note against its sources and propose review-gated corrections.
{"mcpServers":{"talamus":{"command":"talamus","args":["mcp","serve","--root","."]}}}Context7
Up-to-date code documentation for LLMs and AI code editors.
Cognee
Memory manager with graph/vector stores, 30+ data sources.
Mem0
Manages coding preferences/patterns for IDEs like Cursor.
Graphlit
Ingests from Slack/Discord/websites into knowledge graphs.
MCP Ragdocs
Vector search for documentation retrieval.
Ragie AI
Retrieves from RAG knowledge bases (e.g., Google Drive, Notion).