ezyang/codemcp
A Model Context Protocol server that integrates Claude Desktop as a pair programming assistant capable of editing code and running tests.

codemcp is a Python-based coding assistant tool that integrates with Claude Desktop via the Model Context Protocol. It enables Claude to directly implement features, fix bugs, and refactor code by editing files and running tests on the local codebase. The project uses a Git-versioning scheme for LLM edits to enable rollback and emphasizes auto-accept-by-default behavior for autonomous agent operation. The README explicitly compares it to Claude Code, Cursor, Cline, and Aider as an AI coding solution.