Knowledge Graph MCP Server
io.github.zcsabbagh/knowledge-graph-mcp
Documentation
Installation
- Smithery:
npx @smithery/cli install @zcsabbagh/knowledge-graph-mcp --client claude - Source:
git clone https://github.com/zcsabbagh/knowledge-graph-mcp.gitcd knowledge-graph-mcppip install -e .
Run
python -m knowledge_graph_mcp.server
Configuration
KNOWLEDGE_GRAPH_DB_PATH: overrides the default SQLite database path (~/.knowledge_graph/knowledge.db).PORT: when set, the server starts streamable HTTP mode on0.0.0.0:<port>instead of stdio.
Capabilities
- SQLite-backed concept graph
- Node and edge creation/update
- Multi-dimensional mastery tracking
- SM-2 spaced repetition scheduling
- Misconception tracking
- Learning-path and review queries
- Mermaid visualization output
Limitations
- Local SQLite storage is the default backend.
- HTTP mode is only enabled when
PORTis set. - No additional CLI flags are documented in the repository.
