Indexed semantic & BM25 code search for AI agents. Give your AI instant memory of your codebase. Rust | MCP Server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aikd": {
"command": "cargo",
"args": [
"run",
"--",
"aikd"
]
}
}
}
Run in terminal:
claude mcp add aikd cargo run -- aikd
Add to .cursor/mcp.json:
{
"mcpServers": {
"aikd": {
"command": "cargo",
"args": [
"run",
"--",
"aikd"
]
}
}
}
README Excerpt
<div align="center"> **Indexed semantic & BM25 code search for AI agents. Give your AI instant memory of your codebase.** </div> --- - [About](#about) - [Why AIKD?](#why-aikd) - [Key Features](#key-features) - [Demo](#demo) - [Prerequisites](#prerequisites) - [Installation](#installation) - [Quick Start](#quick-start)
Tools (11)
AIKD_DATA_DIRAIKD_MODEL_PATHAIKD_TOKENRUST_LOGembedqueryrecallrememberscanstatsstatus
Topics
ai-agentbm25claudecli-toolcode-searchcursor-idedeveloper-toolsembeddingsfile-indexerknowledge-baselocal-firstmcp-serveronnxragrest-api