Delegate coding tasks to the agent CLIs you already pay for — a local MCP server routing each task to the best-fit harness (Claude Code, Codex, Cursor, Antigravity, or any endpoint), billing- and safety-aware.
View on GitHub →
🔍 Audit Wallet Slippage →
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-dispatch": {
"command": "npx",
"args": [
"-y",
"fstubner/harness-dispatch"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add harness-dispatch npx -y fstubner/harness-dispatch
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"harness-dispatch": {
"command": "npx",
"args": [
"-y",
"fstubner/harness-dispatch"
]
}
}
}
📋 Copy
Topics
ai-agents ai-cli ai-coding circuit-breaker claude-code codex copilot cursor gemini github-copilot harness load-balancing mcp mcp-server model-context-protocol