β‘ Knowledge Master
Your codebase's memory. A local knowledge graph that gives AI agents real understanding of your architecture β not just text search.
What you get
| Capability |
Description |
| π Semantic Search |
Find code, docs, emails by meaning β not just keywords |
| πΈοΈ Knowledge Graph |
Relationships between services, people, repos, technologies |
| π₯ Blast Radius |
"What breaks if I change X?" β instant dependency analysis |
| π Convention Enforcement |
Detects your team's patterns and enforces them |
| π€ MCP Server |
Plugs directly into AI agents (Claude, Cursor, Kiro) |
| π₯οΈ Web UI |
Visual graph, search, file browser |
| π 100% Local |
Nothing leaves your machine. Ever. |
How it works
Your repos + docs + emails
β index
βββββββββββββββββββββββββββ
β Knowledge Graph β
β (FalkorDB) β
β β
β Repo β Tech β
β Repo β Service β
β Person β Document β
β Chunk + Embedding β
βββββββββββββββββββββββββββ
β query
AI Agent gets precise,
grounded answers with
full context
| Metric |
Value |
| Search latency |
~100ms (with re-ranking) |
| Token savings |
60-80% fewer tokens for codebase questions |
| Accuracy |
~85-90% precision (vs ~50% without RAG) |
| Indexing speed |
~100 files/minute |
| Storage overhead |
~3x raw data size |
| RAM usage (idle) |
~400MB total |
Get started
pip install knowledge-master
km start
km index ~/your-project
km search "how does auth work"
β Full installation guide