Skip to main content
Coding AgentsPython

ezyang/codemcp

Coding agent with basic read, write and command line tools.

coding-agentslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ezyang/codemcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "ezyang-codemcp": {
      "command": "npx",
      "args": [
        "-y",
        "ezyang/codemcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
ezyang