MCP Directory
Back

codanna

by bartolli · Rust · ★ 698

Local code intelligence MCP server and CLI for AI coding agents

#ai-agents#call-graph-analysis#code-indexing#code-intelligence#code-search#coding-agents#developer-tools-ai-agent#local-first#mcp#mcp-server#mcp-tools#rag#rust-cli#semantic-code-search#static-analysis#symbol-search

Install

cargo install --git https://github.com/bartolli/codanna.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "codanna": {
      "command": "npx",
      "args": [
        "-y",
        "github:bartolli/codanna"
      ]
    }
  }
}

From the README

Codanna [](#) [](#) [](#) [](#) [](#) Documentation · Report Bug · Discussions **X-ray vision for your agent.** Give your code assistant the ability to see through your codebase—understanding functions, tracing relationships, and finding implementations with surgical precision. Context-first coding. No grep-and-hope loops. No endless back-and-forth. Just smarter engineering in fewer keystrokes. Built for rapid R&D and pair programming—instant answers when LSP is too slow. [Learn more](https://docs.codanna.sh/) See [Installation Guide](https://docs.codanna.sh/installation) for C…
Read full README on GitHub →

Related ai & ml servers