Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"multi-repo-agent": {
"command": "npx",
"args": [
"-y",
"hanfour/multi-repo-agent"
]
}
}
}
Run in terminal:
claude mcp add multi-repo-agent npx -y hanfour/multi-repo-agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"multi-repo-agent": {
"command": "npx",
"args": [
"-y",
"hanfour/multi-repo-agent"
]
}
}
}
README Excerpt
<p align="center"> <h1 align="center">multi-repo-agent (mra)</h1> <p align="center"> <strong>AI-powered development across multiple repositories — from a single terminal.</strong> </p> <p align="center"> <a href="https://hanfour.github.io/multi-repo-agent/">📖 Documentation Site</a> </p> <p align="center">
Tools (20)
MRA_ALLOWED_WORKSPACESMRA_ALLOW_HTTPMRA_ALLOW_LOCAL_ENDPOINTSMRA_CLAUDE_BINMRA_CLAUDE_MAX_RETRIESMRA_CLAUDE_RETRY_DELAYMRA_CODEX_AUTH_FILE_TTL_SECONDSMRA_CODEX_BINMRA_DB_DUMP_MAX_BYTESMRA_DOCKER_TRUST_FORCEMRA_INIT_AUTO_DBMRA_MCP_OPEN_MODEMRA_REVIEW_ADMIN_OVERRIDEMRA_REVIEW_AGENT_MAX_TURNSMRA_REVIEW_ALLOW_APPROVEMRA_REVIEW_LIGHT_MAX_TURNSMRA_REVIEW_PERSONA_MAX_TURNSMRA_REVIEW_PROVIDERMRA_REVIEW_PROVIDER_TIMEOUT_SECONDSMRA_REVIEW_STANDARD_MAX_TURNS