codanna
bartolli/codannaLocal code intelligence MCP server and CLI for AI coding agents
Tools · 3
Search across the Codanna knowledge base to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about Codanna, find specific documenta…
Run a read-only shell-like query against a virtualized, in-memory filesystem rooted at `/` that contains ONLY the Codanna documentation pages and OpenAPI specs. This is NOT a shell on any real machine…
Report a problem with this documentation site so the docs team can fix it. Use when a documentation page is incorrect, outdated, confusing, incomplete, or has a broken example. This is for feedback ab…
Resources · 1
Use when exploring codebases, understanding code relationships, searching by concept, tracing impact of changes, or integrating code intelligence into AI agents. Reach for Codanna when you need to fin…
mintlify://skills/codanna
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"codanna": {
"url": "https://docs.codanna.sh/",
"transport": "http"
}
}
}