Agent Gateway MCP
A Windows-native MCP gateway that lets any MCP-capable host orchestrate local coding-agent CLIs as external workers.
README
Agent Gateway MCP
A Windows-native MCP gateway that lets any MCP-capable host orchestrate local coding-agent CLIs as external workers.
Windows 原生的通用 CLI Agent 网关。Codex、Claude Desktop 或其他支持 stdio MCP 的宿主,可以统一调度本机 ZCode、Kimi Code、Claude Code、Codex CLI 和 Pi Coding Agent。
Why
- Route routine work to lower-cost plans/models and reserve the controller for hard decisions.
- Compare different agent harnesses with the same task and permissions.
- Keep asynchronous lifecycle, logs, cancellation, resume and workspace safety behind one MCP API.
- Prefer structured CLI protocols; never inject into an already-open interactive TUI.
MCP tools
agents_list, agents_spawn, agents_status, agents_wait, agents_logs, agents_cancel, and agents_resume.
Legacy Kimi compatibility tools remain available: kimi_status, kimi_run, kimi_resume, and kimi_list_sessions.
Install
Requirements: Windows, Node.js 20+, and at least one supported Agent CLI already installed and authenticated.
git clone https://github.com/Kvxw1105/agent-gateway-mcp.git
cd agent-gateway-mcp
npm ci
npm run build
npm test
Add the built server to any stdio MCP host. Generic JSON:
{
"mcpServers": {
"agent-gateway": {
"command": "node",
"args": ["C:\\absolute\\path\\agent-gateway-mcp\\dist\\src\\index.js"]
}
}
}
Codex TOML and generic JSON examples are in examples/. Restart the host after editing its MCP configuration.
Natural-language usage
The controller can translate requests such as:
- “Let Pi inspect this repository without editing files.”
- “让 Kimi 先定位问题;失败后再升级给 Codex。”
- “Run the same read-only task with Pi and ZCode, then compare their harness behavior.”
- “让两个 Agent 在各自 Git worktree 实现,最后只保留通过测试的方案。”
The reusable orchestration Skill is included under integrations/skills/agent-gateway-orchestrator. Install it for Codex, Claude Code, or both:
powershell -ExecutionPolicy Bypass -File scripts/install-skill.ps1 -TargetHost both
Provider configuration
The gateway auto-discovers common global npm layouts and executables on PATH. Override any provider without editing source:
| Variable | Purpose |
|---|---|
AGENT_GATEWAY_<ID>_COMMAND |
Executable for ZCODE, KIMI, CLAUDE, CODEX, or PI |
AGENT_GATEWAY_<ID>_PREFIX_ARGS |
JSON array inserted before normal CLI arguments |
AGENT_GATEWAY_CODEX_MODEL |
Default Codex model |
AGENT_GATEWAY_PI_PROVIDER |
Default Pi provider; defaults to opencode-go |
AGENT_GATEWAY_PI_MODEL |
Default Pi model; defaults to opencode-go/deepseek-v4-flash |
AGENT_GATEWAY_PI_API_KEY_ENV |
Windows user-environment key read for Pi; defaults to OPENCODE_API_KEY |
AGENT_GATEWAY_CLAUDE_CLEAN_ENV=1 |
Remove Anthropic endpoint overrides only for the Claude child process |
For a JavaScript CLI installed in an unusual location, set both command and prefix arguments:
$env:AGENT_GATEWAY_ZCODE_COMMAND = 'C:\Program Files\nodejs\node.exe'
$env:AGENT_GATEWAY_ZCODE_PREFIX_ARGS = '["C:\\tools\\zcode\\bin\\zcode.js"]'
Secrets belong in the provider's credential store or Windows user environment. Do not put API keys in the repository, prompts, or MCP config.
Safety model
read-onlyis the default permission.- Concurrent writes to the same ordinary directory are rejected.
- Parallel writers must use separate Git worktrees and set
isolated_worktree=true. - Cancellation terminates the task process tree on Windows.
- Resume starts a new non-interactive process; it never writes into an open TUI session.
- Kimi prompt mode lacks a hard read-only flag, so its read-only boundary is explicitly reported as mixed.
- Task state is currently in-memory; provider session IDs may still be resumed after an MCP server restart.
Development
npm test
npm run typecheck
npm run smoke
npm audit
The upstream ecosystem audit is in docs/audits/2026-08-13-windows-agent-gateway-ecosystem.md.
Current architecture decisions, limitations, and the prioritized handoff roadmap are in .context/handoff/2026-08-13-agent-gateway-handoff.md.
License
Apache-2.0. The supported Agent CLIs are separate products with their own licenses and terms; this repository does not redistribute them.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。