Skip to content
Grok

Codna — repository intelligence for Grok

io.github.thyn-ai/codna

Repo intelligence: triage, fix PRs, SARIF reachability, recall. Free codna login to execute.

client:Grok transport:stdio runtime:pypi

Install Codna — repository intelligence in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Codna — repository intelligence in other clients