Back to list
High-Potential
Rust
🛠️ Codanna: Local Code Intelligence MCP Server
706 stars65 forksRust
ai-agentscall-graph-analysiscode-indexingcode-intelligencecode-searchcoding-agentsdeveloper-tools-ai-agentlocal-firstmcpmcp-servermcp-toolsrag
Codanna is a local code intelligence tool written in Rust, designed specifically to support AI coding agents. It functions both as a command-line interface and as a Model Context Protocol (MCP) server.
Its primary capability is indexing codebases to enable call graph analysis and efficient code search. This means when an AI assistant needs to understand the structure of a project, Codanna acts as a fast, local knowledge base that provides accurate context without requiring the entire repository to be uploaded to the cloud.
This project targets a very specific and growing need: allowing external AI agents to understand complex code logic while maintaining local code privacy. For developers building or utilizing local-first AI coding workflows, it serves as a lightweight and practical piece of infrastructure.