Skip to main content

Install

curl -fsSL --proto '=https' --tlsv1.2 https://install.codanna.sh | sh
Works on macOS, Linux, and WSL. Downloads pre-built binary.

Quick Start

1

Initialize

Navigate to your project and run:
codanna init
2

Index your code

codanna index .
3

Search

codanna mcp semantic_search_with_context query:"where do we handle errors" limit:3
Connecting AI assistants: Configure your MCP client to spawn the server automatically.See MCP Persistent for stdio setup (Claude Code, Cursor, etc.) or MCP Network for HTTP/HTTPS.

Next Steps