★ 0 stars
TypeScript
🤖 AI/LLM
Updated today
MCP server that routes coding tasks across Claude Code, Codex, Cursor, Gemini, opencode, and Copilot CLIs — with circuit breakers, quota tracking, leaderboard-aware routing, and YAML-extensible harnesses
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"harness-router-mcp": {
"command": "npx",
"args": [
"-y",
"fstubner/harness-router-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add harness-router-mcp npx -y fstubner/harness-router-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"harness-router-mcp": {
"command": "npx",
"args": [
"-y",
"fstubner/harness-router-mcp"
]
}
}
}
📋 Copy
Topics
ai-agents circuit-breaker claude-code codex copilot cursor gemini github-copilot harness load-balancing mcp model-context-protocol opencode router