codedelta
OfficialCodeDelta MCP server
CodeDelta is a code-churn measurement engine with AI-agent detection — a C++ engine that measures exactly what changed between two versions of a codebase (changed / deleted / added logical statements), plus scanners that find code which runs AI agents and code that may have been written by them.
CodeDelta ships with an MCP server (codedelta_mcp.py, included in every desktop
bundle), so AI agents can call the real engine instead of improvising their own churn
scripts. It speaks the Model Context Protocol over stdio — newline-delimited JSON-RPC
2.0, implemented directly with no SDK dependency; any Python 3.8+ runs it.
Everything executes locally against your working copies: no network calls, nothing leaves your machine.
Tools
Three deliberately coarse verbs:
Tool | What it does |
| Measure churn between two directories or two git refs — CHG/DEL/ADD logical statements, REP_CHURN, per-file detail. Same numbers as the GUI and CI, every run. |
| Find code that runs AI agents (named SDK/agent-framework calls) plus agent evidence in git history (co-authorship trailers). |
| Heuristic + ML scan for AI-written code — positioned as pointers for review, not verdicts. |
Related MCP server: Debate Agent MCP
Setup
Download CodeDelta for your platform from codedelta.app/download.html (free and fully unlocked until 31 August 2026 — the licence file is a second one-click download on the same page).
Register the server with your agent. Claude Code example (
claude mcp addor~/.claude.json):
{ "mcpServers": { "codedelta": {
"command": "python3",
"args": ["/path/to/CodeDelta/codedelta_mcp.py"] } } }On macOS the bundle path is typically /Applications/CodeDelta/codedelta_mcp.py.
See it work
The same engine runs as a GitHub Action on pull requests — live example on a real PR: code-delta-app/demo#2.
Method papers with reproducible figures: codedelta.app/papers.html · User guide: codedelta.app/user-guide.html
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables semantic code search across local projects and Git repositories using AI embeddings with ChromaDB. Supports both OpenAI and local Ollama models for private, enterprise-ready code analysis and similar code discovery.44MIT
- FlicenseNot gradedqualityDmaintenanceEnables multi-agent code review with P0/P1/P2 severity scoring by orchestrating locally installed AI CLIs (Claude, Codex) to perform parallel analysis, deterministic scoring, and consensus-building on git diffs.2
- AlicenseAqualityAmaintenanceEnterprise-grade (40m+ lines) codebase intelligence in a zero-setup, private and local MCP: managed indexing, hybrid semantic search, polyglot code dependency graphs, and DB/API/infra knowledge. Benchmark: 61% less tokens, 84% fewer calls, 37x faster than standard AI grep.252,5673,261AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceLive codebase intelligence for AI agents. Import graph PageRank for file importance, git forensics for co-change coupling and fragile code, convention detection across 16 domains, and blast radius analysis.663Business Source 1.1
Related MCP Connectors
Risk-scan a diff, flag AI-generated-code tells, find secrets. 5 of 7 tools need no account.
Deterministic context layer for your codebase: change impact, blast radius, answers with receipts.
Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/code-delta-app/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server