Skip to content
Grok

knowledge graph mcp for Grok

io.github.zcsabbagh/knowledge-graph-mcp

Knowledge graph MCP for student learning with spaced repetition and mastery tracking

client:Grok transport:stdio runtime:pypi

Install knowledge graph mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "knowledge-graph-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "knowledge-graph-mcp"
      ],
      "env": {
        "KNOWLEDGE_GRAPH_DB_PATH": "<KNOWLEDGE_GRAPH_DB_PATH>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

knowledge graph mcp in other clients