★ 0 stars
Go
🤖 AI/LLM
Updated today
Multi-provider gateway for dispatching prompts to CLI agents (Gemini, Codex, Claude) with adaptive pacing, job queuing, batch dispatch, and full observability — exposed as an MCP server over stdio.
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": {
"mcp-cli-gateway": {
"command": "go",
"args": [
"run",
"github.com/midweste/mcp-cli-gateway@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-cli-gateway go run github.com/midweste/mcp-cli-gateway@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-cli-gateway": {
"command": "go",
"args": [
"run",
"github.com/midweste/mcp-cli-gateway@latest"
]
}
}
}
📋 Copy