Knowledge Graph (Anthropic)
Anthropic-built knowledge-graph MCP. Stores entities + relationships, persists across sessions, queryable via natural language.
Delv Safety Grade: A
Score 84/100 · assessed 2026-04-28
This is Anthropic's official knowledge graph implementation for Claude, providing persistent memory across conversations. The maintainer score is excellent given direct Anthropic provenance. Permissions are moderately scoped: it writes to local filesystem for graph persistence and reads conversation context, but doesn't execute code or access network. The supply chain score reflects that it's distributed as source within the monorepo rather than a versioned package, requiring manual setup. Transparency is strong with open source code and clear documentation. No security incidents are known. The main concern is filesystem write access for the graph database, though this is scoped to a designated data directory. Overall a trustworthy tool from the primary vendor, with reasonable permissions for its memory function.
Lethal Trifecta (prompt-injection exposure)
ONE OF THREELocal KG store.
Green flags
- Official Anthropic implementation, highest maintainer trust
- Open source with clear documentation in main MCP servers repo
- Scoped to memory function, no shell execution or network access
- No known security incidents or credential leaks
- Active maintenance as part of core MCP server collection
Red flags
- Filesystem write access required for persistent graph storage
- No versioned package distribution, manual monorepo setup needed
- Stores potentially sensitive conversation data locally without encryption docs
Permissions requested
Review
Install this if you use Claude for long-running projects where context builds over time. It's the closest thing to giving Claude actual memory. Skip it if you prefer stateless sessions or rarely revisit the same topics across conversations.
Good at
- Persists context across sessions without manual copy-paste or summarisation.
- Simple knowledge graph model with no vector embeddings or external dependencies.
- Built and maintained by Anthropic, so it integrates cleanly with Claude Desktop and Claude Code.
- Queryable via natural language, no graph query syntax required.
- Useful for long-running projects where details accumulate over weeks or months.
Watch out
- Graph is only as complete as what you explicitly discuss in conversations.
- No direct way to inspect or edit the graph outside of asking Claude to describe it.
- File-based storage means no automatic sync between machines.
- Limited value if you use Claude for unrelated one-off tasks rather than ongoing projects.
- Only works with Claude Desktop and Claude Code, not via API or other hosts.
Getting started
Works with
Similar MCPs
- MemoryPersistent memory graph for Claude. Survives across conversations - useful for personal assistants that need to remember facts about you and your projects.
- MilvusZilliz/Milvus official MCP. Lets agents store and query vectors against the Milvus engine for production-scale RAG.
- Mem0Mem0's hosted MCP for long-term memory with semantic recall. Local repo archived; current path is the cloud-hosted server at mcp.mem0.ai/mcp.
- QdrantQdrant's official MCP. Use the vector DB as a semantic memory layer for your agent: store, search, retrieve.