Codna — repository intelligence for Claude Desktop
io.github.thyn-ai/codna
Map a repo before spending a token: triage, bug-fix PRs, SARIF reachability, on-device recall.
client:Claude Desktop
transport:stdio
runtime:pypi
Install Codna — repository intelligence in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"codna": {
"command": "uvx",
"args": [
"codna"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"CODNA_API_KEY": "<CODNA_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs