Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿค– Coding Agents
  3. Codemcp
Codemcp logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:17:29 PM

Codemcp

User RatingsBe the first to rate and review this MCP server!
View Repository1.6k GitHub StarsTotal stargazers on GitHub for the source repository (1,607 stars).Visit Website
coding-agentdeveloper-toolsgitcode-execution

Edits local repositories, runs preapproved commands, and records agent changes as Git commits through Claude.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ezyang-codemcp": {
      "command": "uvx",
      "args": [
        "--from"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿค– More in Coding Agents

Overview

ezyang/codemcp MCP server lets Claude work directly in a local Git checkout by reading and editing files and running configured commands. It exposes an SSE endpoint and uses a project-level codemcp.toml file to define commands such as formatting and tests. Each chat's changes are committed and amended as work progresses, while unrestricted shell access is intentionally disallowed. Reach for it when you want Claude Desktop to modify a repository without tying review to a particular IDE; the README currently considers the project obsolete.

Use cases

โ€ขImplement features in a local Git repository
โ€ขFix failing tests with configured test commands
โ€ขRefactor code while reviewing Git commits
โ€ขRun a formatter automatically after edits

Key features

โ€ขLocal repository file editing
โ€ขConfigured command execution
โ€ขAutomatic formatting after edits
โ€ขGit commits for agent changes
โ€ขSSE endpoint for Claude connections
โ€ขProject-level TOML configuration

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Codemcp.

Extracted Tool Capabilities
Local repository file editing
Configured command execution
Automatic formatting after edits
Git commits for agent changes
SSE endpoint for Claude connections
Project-level TOML configuration

How Codemcp works

What ezyang/codemcp MCP server does

The ezyang/codemcp MCP server connects Claude to a Git repository on the local machine. It supports the basic operations needed for coding tasks: inspecting project files, writing changes, and invoking commands that the project owner has explicitly configured. This allows a developer to ask Claude to implement a feature, repair a defect, refactor code, or work through tests while keeping the repository available in the developer's normal editor.

The design emphasizes reviewable changes. Agent edits are recorded in Git, with a commit created for the work and amended as the chat continues. That gives the developer a fine-grained history for reviewing or reverting changes instead of relying on an uncommitted working tree.

How it works

The server runs locally and exposes an SSE endpoint. Claude Desktop can connect to that endpoint, and the README also describes using a browser extension that connects Claude's web interface to SSE MCP servers. A project is selected by initializing codemcp with its filesystem path.

Shell access is constrained by configuration rather than being unrestricted. The agent can only invoke commands declared in the repository's codemcp.toml file. Command entries can be simple argument arrays or can include documentation describing how a command accepts arguments. A format command has special behavior: it runs after each file edit. Other named commands, such as tests, are available for the model to choose when appropriate.

The README describes the current master branch as moving back toward multiple MCP tools, which means tool-use approval may be required. It also notes that the project is not intended to run unattended indefinitely; developers should review the result of each chat and continue with another request when needed.

Setup and configuration

Install uv, then start the server with:

text
uvx --from git+https://github.com/ezyang/codemcp@prod codemcp serve

The default SSE address is http://127.0.0.1:8000/sse. A different port can be supplied with --port. The server can also bind to a specified host for remote access, but exposing it broadly is unsafe because an MCP user can execute code on the computer.

Create codemcp.toml in the target Git checkout before using it. A minimal configuration might define formatter and test commands under [commands]. You can also set project_prompt, which is loaded when the project is initialized. In Claude Desktop, the README recommends a project instruction that initializes codemcp with the repository path.

Tools and capabilities

  • Read project files for coding tasks.
  • Write and modify files in the selected checkout.
  • Run commands declared in codemcp.toml.
  • Run the configured formatter after edits.
  • Create and amend Git commits for agent changes.
  • Write logs to ~/.codemcp/codemcp.log.

Limitations and notes

The ezyang/codemcp MCP server requires a Git checkout and project configuration. It does not provide unrestricted shell execution; required formatters, test runners, and similar commands must be declared in advance. Remote binding should be limited to a trusted network, since access can enable arbitrary code execution on the host.

The README says codemcp is considered obsolete because Claude Code is available through Anthropic subscriptions. It remains open source and may still suit users who prefer its IDE-independent workflow, Git-based edit history, or auto-accept-oriented design. Claude Pro or Claude Max is discussed as the intended subscription context, rather than a server API key requirement.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Coding Agents View all alternatives
  • Cli MCP Server logoCli MCP Server

    Command line interface with secure execution and customizable security policies

    ๐Ÿค– Coding Agents3 views
    Compare vs Cli MCP Server โ†’
  • MCP Shell Server logoMCP Shell Server

    A secure shell command execution server implementing the Model Context Protocol (MCP)

    ๐Ÿค– Coding Agents3 views
    Compare vs MCP Shell Server โ†’
  • Vscode MCP Server logoVscode MCP Server

    A MCP Server that allows AI such as Claude to read from the directory structure in a VS Code workspace, see problems picked up by linter(s) and the language server, read code files, and make edits.

    ๐Ÿค– Coding Agents3 views
    Compare vs Vscode MCP Server โ†’
  • Winx Code Agent logoWinx Code Agent

    A high-performance Rust reimplementation of WCGW for code agents, providing shell execution and advanced file management capabilities for LLMs via MCP.

    ๐Ÿค– Coding Agents3 views
    Compare vs Winx Code Agent โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
1.6k
Stargazers on the source repository.
Last commit
8mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Codemcp

Install uv and run `uvx --from git+https://github.com/ezyang/codemcp@prod codemcp serve`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCodemcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ezyang-codemcp?style=directory)](https://allmcps.com/mcp/ezyang-codemcp)
HTML Embed
<a href="https://allmcps.com/mcp/ezyang-codemcp"><img src="https://allmcps.com/api/badge/ezyang-codemcp?style=directory" alt="Codemcp on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿค–Coding Agents
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 3, 2026
10/10 checks healthy over the last 31d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1,607
GitHub Star CountTotal stargazers on GitHub representing community popularity (1,607 stars).
Last commit8mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Dec 25, 2025
44Quality signal: Fair ยท 44/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 16d ago via OSV.dev ยท --from (PyPI)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿค– Coding Agents โ†’Best MCP servers for Coding Agents โ†’Alternatives to Codemcp โ†’Install in Claude DesktopInstall in CursorInstall in VS Code