One knowledge base for every agent on your team. Detects contradictions automatically. Four MCP tools. Zero config.
pip install engram-mcp && engram serve --http
uvx engram-mcp@latest serve --http
Python 3.11+ · Runs on localhost:7474 · No API keys
Like Claude Code — install, run, connect. That's it.
One pip install. No Docker, no database setup, no API keys.
pip install engram-mcp
Start the server. Dashboard at localhost:7474.
engram serve --http
Add to your MCP client config. Pick your transport:
{
"mcpServers": {
"engram": {
"url": "http://localhost:7474/mcp"
}
}
}
{
"mcpServers": {
"engram": {
"command": "uvx",
"args": ["engram-mcp@latest"]
}
}
}
Your agents call them automatically through MCP.
Pull what your team's agents collectively know. Structured facts, ranked by relevance.
Persist a verified discovery. Append-only, timestamped, immediately shared.
Surface contradictions between facts. Reviewable, resolvable, auditable.
Settle disagreements. Pick a winner, merge, or dismiss false positives.
Any MCP-compatible client. No vendor lock-in.