Skip to content

Team Knowledge Graph

Free

by 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
Works with:ClaudeGPTGeminiCopilot

Team Knowledge Graph MCP Server

MCP server backed by Neo4j for storing team decisions, constraints, and cross-product knowledge

Installation

Reviews

Leave a Review

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"]
    }
  }
}