Skip to content

⚑ 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

Performance

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