ezyang/codemcp
Coding agent with basic read, write and command line tools.
Quick Start
Clone the repository:
git clone https://github.com/ezyang/codemcpClaude Desktop configuration example:
{
"mcpServers": {
"ezyang-codemcp": {
"command": "npx",
"args": [
"-y",
"ezyang/codemcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.