Back to MCP Servers
Codemcp
Coding agent with basic read, write and command line tools.
coding-agentsagent
By ezyang
Installation
npx -y codemcpConfiguration
{
"mcpServers": {
"codemcp": {
"command": "npx",
"args": ["-y", "codemcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes