← Index

io.github.zcsabbagh/knowledge-graph-mcp

io.github.zcsabbagh/knowledge-graph-mcp·v0.1.0·Memory & RAG
Quality Score
73
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "knowledge-graph-mcp": {
      "command": "uvx",
      "args": [
        "knowledge-graph-mcp"
      ],
      "env": {
        "KNOWLEDGE_GRAPH_DB_PATH": "<knowledge_graph_db_path>"
      }
    }
  }
}
§02  Environment variables
KNOWLEDGE_GRAPH_DB_PATH

Custom path for SQLite database file (optional, defaults to ~/.knowledge_graph/knowledge.db)

§03  MCP Quality Score  ·  methodology
freshness
18
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG