Team Knowledge Graph
Freeby MCP Community
MCP server backed by Neo4j for storing team decisions, constraints, and cross-product knowledge
v0.1.3Added Apr 12, 2026
mcpneo4jknowledge-graphai-agentcontext
Team Knowledge Graph MCP Server
MCP server backed by Neo4j for storing team decisions, constraints, and cross-product knowledge
Installation
Reviews
Installation
Quick install
npx -y team-knowledge-graph
Add to claude_desktop_config.json
{
"mcpServers": {
"team-knowledge-graph": {
"command": "npx",
"args": ["-y", "team-knowledge-graph"]
}
}
}