mcp-cli-gateway

midweste/mcp-cli-gateway
★ 0 stars Go AI/LLM Updated 1mo ago
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 → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-cli-gateway": {
      "command": "go",
      "args": [
        "run",
        "github.com/midweste/mcp-cli-gateway@latest"
      ]
    }
  }
}