Odel
knowledge graph mcp

knowledge graph mcp

Local
@zcsabbagh1PythonMITUpdated 8mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIknowledge-graph-mcpv0.1.0

Run

uvx knowledge-graph-mcp

MCP client config

{
  "mcpServers": {
    "knowledge-graph-mcp": {
      "command": "uvx",
      "args": [
        "knowledge-graph-mcp"
      ]
    }
  }
}