
MemKB
Supports UIby richardanaya
In-memory semantic search over markdown documentation using local LLMs for private, fast knowledge retrieval.
What it does
MemKB is a Rust-based server that indexes local markdown files and provides semantic search capabilities. It leverages local embedding and generation servers to synthesize answers from your documentation without sending data to the cloud.
Tools
- ask: Perform semantic search across indexed markdown files and receive an AI-generated answer based on the most relevant chunks.
Installation
Install via cargo:
cargo install memkb
Add to claude_desktop_config.json (example with local endpoints):
{
"mcpServers": {
"memkb": {
"command": "memkb",
"args": ["--directory", "/path/to/docs", "-e", "http://127.0.0.1:9095/v1", "-g", "http://127.0.0.1:9091/v1"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo install memkbInformation
- Pricing
- free
- Published
- 5/2/2026
- stars






