knowledge graph mcp for Cursor
io.github.zcsabbagh/knowledge-graph-mcp
Knowledge graph MCP for student learning with spaced repetition and mastery tracking
client:Cursor
transport:stdio
runtime:pypi
Install knowledge graph mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"knowledge-graph-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"knowledge-graph-mcp"
],
"env": {
"KNOWLEDGE_GRAPH_DB_PATH": "<KNOWLEDGE_GRAPH_DB_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs