Welcome! Type "help" for available commands.
$
mdkb is a single Rust binary providing local hybrid search (BM25 + semantic vectors) and tree-sitter symbol/call-graph indexing for 14 languages over repository docs and source code.
It integrates with Claude Code, Codex, and other MCP clients via an MCP server, CLI, and lifecycle hooks for session warmup, prompt recall, and post-edit reindexing. All storage and inference run on-device using SQLite, FTS5, and a local ONNX embedding model with no cloud API dependency.