mcpbeat Sign in
I

Codna — repository intelligence MCP Server

local only

Codna — repository intelligence runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 24 Sep 2026.

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

Installs / week
pypi · codna
0
Stars
0 open issues
24 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Codna — repository intelligence every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add codna -- uvx codna
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codna": {
      "args": [
        "codna"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.codna]
command = "uvx"
args = ["codna"]
.cursor/mcp.json
{
  "mcpServers": {
    "codna": {
      "args": [
        "codna"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "codna": {
      "args": [
        "codna"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Provider key for codna_fix's planner (or store one with `codna key set`). Every tool also requires the one-time free `codna login` device authorization; codna_triage, codna_secure and codna_recall then need no key at all.), GITHUB_TOKEN (Write token, only for codna_fix with open_pr=true (opens a pull request) and codna_report_bug (files an issue).), CODNA_API_KEY (Codna key from the one-time free `codna login` (device authorization, free community license). Required to execute any of the five tools; introspection (initialize/tools/list) needs none.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Codna — repository intelligence

same job, measured the same way
GitHub Repository Intelligence
by heisencodex-jpg

Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.

answering
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

2 167 installs/wk local only
Oxcode
by snowmead

PageRank-curated code intelligence for coding agents over an indexed source repository.

43 installs/wk local only
PkgSeek Linux Intelligence
by yeagoo

Linux package, file, command, vulnerability, lifecycle, migration, and repository intelligence.

23 tools answering
Repository Intelligence
by nirholas

Analyze repos of any size - security scanning code analysis monorepo support

local only
Kivgraph
by luqueee

Cross-repository semantic code intelligence for AI coding agents, from a local code graph.

local only
Replen
by replenhq

A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.

45 installs/wk local only
RepoPilot
by repopilot

Repository evidence for agents before they adopt dependencies, enter codebases, compare, or merge.

8 tools answering

Codna — repository intelligence — questions

Answers built from our own checks of this server.

Why is there no uptime for Codna — repository intelligence?
Codna — repository intelligence runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package codna.
How do I connect Codna — repository intelligence?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls codna straight from pypi; nothing to host, nothing to sign up for.
Is Codna — repository intelligence open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.