codemcp
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
Related MCP Servers
View all developer_tools servers →context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by ensuring they use the latest information.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Sequential Thinking
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
github-mcp-server
by github
The GitHub MCP Server is a Model Context Protocol server that integrates with GitHub APIs for automation and interaction.
deepwiki-mcp
by regenrek
This is an unofficial Deepwiki MCP Server that processes Deepwiki URLs, crawls pages, converts them to Markdown, and returns documents or lists by page.
terraform-mcp-server
by hashicorp
The Terraform MCP Server is a Model Context Protocol server that integrates with Terraform Registry APIs for advanced automation in Infrastructure as Code development.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.