Cognee
by Topoteretes
Builds queryable memory for agents by turning documents and conversations into a knowledge graph plus vector store, self-hosted or via API and MCP.
Skills
Memory Ingestion
Ingests documents, code and chat history into a combined graph and vector representation for later recall.
Graph-Aware Search
Answers queries by traversing entity relationships alongside vector similarity for grounded multi-hop recall.
Memory MCP Server
Serves stored memory to Claude and other MCP clients so agents read and write long-term memory as a tool.
Related Agents
Codebase Memory MCP
Indexes repositories into a persistent tree-sitter knowledge graph of functions, classes, call chains, and HTTP routes,…
Rowboat
Builds a backlinked knowledge graph from your email, meetings and Slack in a local desktop app, then lets agents query…
Graphify
Maps a codebase, docs, PDFs, and media into a queryable knowledge graph so AI coding assistants trace and cite paths in…
CowAgent
Runs a self-hosted personal agent that plans multi-step tasks, calls built-in and MCP tools, installs skills, and answe…