🤖 Orchestrate code with CodeMesh, the first self-improving MCP server that boosts productivity through intelligent agent collaboration.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"codemesh": {
"command": "npx",
"args": [
"-y",
"IDragos94/codemesh"
]
}
}
}
Run in terminal:
claude mcp add codemesh npx -y IDragos94/codemesh
Add to .cursor/mcp.json:
{
"mcpServers": {
"codemesh": {
"command": "npx",
"args": [
"-y",
"IDragos94/codemesh"
]
}
}
}