MCP Directory

Memory (Knowledge Graph) vs Chroma MCP Server

A side-by-side comparison of two MCP servers — capabilities, transport, auth, and how actively each is maintained.

 Memory (Knowledge Graph)

Official MCP server providing persistent, file-backed knowledge-graph memory across sessions.

Verified
stdio (local)
No auth
TypeScript
Chroma MCP Server

Official Chroma server: create collections and run vector, full-text, and metadata search.

Verified
stdio (local)
API key
Python
CategoryAI, Data & KnowledgeAI, Data & Knowledge
LanguageTypeScriptPython
Transportstdio (local)stdio (local)
AuthNoneAPI key
GitHub stars74k600
Last commit5 months ago1 month ago
Verified
Actively maintained
Installnpx -y @modelcontextprotocol/server-memoryuvx chroma-mcp --client-type persistent --data-dir /absolute/path/to/data
RepoOpen Open