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
{
"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