codemcp

codemcp

4.2

If you are the rightful owner of codemcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

codemcp is a tool that integrates with Claude Desktop to provide a pair programming assistant, allowing direct code editing and testing.

codemcp is a tool designed to enhance the functionality of Claude Desktop by transforming it into a pair programming assistant. It allows users to directly interact with Claude to implement features, fix bugs, and refactor codebases on their local machines. The tool is particularly tailored for use with Claude Pro, Anthropic's subscription service, offering a cost-effective solution for frequent users. codemcp emphasizes an auto-accept by default approach, enabling the agent to work autonomously with minimal supervision, while ensuring all changes are version-controlled via Git. It is IDE agnostic, allowing users to review and edit changes using their preferred development environment. The tool also requires users to predeclare permissible shell commands, enhancing security by restricting the agent's actions.

Features

  • Subscription-Based Usage: Designed for Claude Pro users, offering zero marginal cost for agent actions.
  • Auto-Accept by Default: Allows the agent to work autonomously, with changes reviewed collectively at the end.
  • IDE Agnostic: Compatible with any IDE, enabling users to review and edit changes in their preferred environment.
  • Version Control: All LLM edits are Git versioned, allowing for easy rollback of changes.
  • Command Restriction: Requires predeclared commands in codemcp.toml, enhancing security by limiting agent actions.

Usage with Different Platforms

codemcp.toml

toml
format = ["./run_format.sh"]
test = ["./run_test.sh"]

Initialize Project


Initialize codemcp with $PROJECT_DIR

Run Server


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

Configure URL


http://127.0.0.1:8000/sse