Aikd Indexed Semantic & Bm25 Code Search For Ai Agents. Give Your Ai Instant Memory Of Your Codebase. Rust | Mcp Server.
About
AIKD (AI Knowledge Daemon) is an MCP tool provider written in Rust that gives AI agents instant access to your codebase. It indexes project files into a searchable knowledge base and exposes 7 tools via the Model Context Protocol (MCP) that any AI agent can call.
Details
- Author
- gelutjari
- Downloads
- 156
- Categories
- Knowledge Base
Jump to
- Indexes project files into a searchable knowledge base
- Provides 7 MCP tools for AI agent use
- Supports semantic and BM25 code search
- Written in Rust for performance
- Enables instant codebase access for AI agents
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Aikd Indexed Semantic & Bm25 Code Search For Ai Agents. Give Your Ai Instant Memory Of Your Codebase. Rust | Mcp Server.Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The README does not provide installation or configuration steps. It states that the server can be used with any MCP‑capable AI (Claude, Cursor, Cline, etc.) via its exposed 7 tools.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"aikd indexed semantic & bm25 code search for ai agents. give your ai instant memory of your codebase. rust | mcp server.": {
"aikd": {
"command": "aikd",
"args": [
"serve"
],
"description": "AIKD \u2014 Indexed semantic & BM25 code search for AI agents. Gives your AI instant memory of your codebase.",
"env": []
}
}
}
}
McpServers
{
"aikd": {
"command": "aikd",
"args": [
"serve"
],
"description": "AIKD \u2014 Indexed semantic & BM25 code search for AI agents. Gives your AI instant memory of your codebase.",
"env": []
}
}
About
AIKD (AI Knowledge Daemon) is an MCP tool provider written in Rust that gives AI agents instant access to your codebase. It indexes project files into a searchable knowledge base and exposes 7 tools via the Model Context Protocol (MCP) that any AI agent can call.
Use Cases
AI-assisted development: Let Claude, Cursor, Cline, or any MCP-capable AI search your codebase semantically
Code navigation: Find functions, patterns, and logic across large projects in milliseconds
Knowledge management: Index documentation, configs, and code into a unified searchable knowledge base
Conversation memory: Save and recall conversation context across sessions
CI/CD integration: Use CLI or REST API for automated code search in pipelines
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


