Skip to content
Zed

Codna — repository intelligence for Zed

io.github.thyn-ai/codna

Map a repo before spending a token: triage, bug-fix PRs, SARIF reachability, on-device recall.

client:Zed transport:stdio runtime:pypi

Install Codna — repository intelligence in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "codna": {
      "command": "uvx",
      "args": [
        "codna"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "CODNA_API_KEY": "<CODNA_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Codna — repository intelligence in other clients