Skip to content

knowledge graph mcp for Zed

io.github.zcsabbagh/knowledge-graph-mcp

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

client:Zed transport:stdio runtime:pypi

Install knowledge graph mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

knowledge graph mcp in other clients