Agent MCP Gateway
Rank #9,225io.github.roddutra/agent-mcp-gateway
MCP server providing agent-gateway capabilities
Agent MCP Gateway is a Model Context Protocol (MCP) server published by roddutra. It ranks #9,225 of 132,046 servers tracked on MCP Toplist, and its repository has 41 GitHub stars. Agent MCP Gateway is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Nov 11, 2025 and most recently updated on Dec 2, 2025.
Ranks ahead of 122,821 of 132,046 servers on MCP Toplist.
Use Agent MCP Gateway
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-mcp-gateway -e "GATEWAY_MCP_CONFIG=<your GATEWAY_MCP_CONFIG>" -e "GATEWAY_RULES=<your GATEWAY_RULES>" -e "GATEWAY_DEFAULT_AGENT=<your GATEWAY_DEFAULT_AGENT>" -e "GATEWAY_DEBUG=<your GATEWAY_DEBUG>" -- uvx agent-mcp-gatewayReplace each placeholder with your own value before saving.
[mcp_servers.agent-mcp-gateway]
command = "uvx"
args = ["agent-mcp-gateway"]
[mcp_servers.agent-mcp-gateway.env]
GATEWAY_MCP_CONFIG = "<your GATEWAY_MCP_CONFIG>"
GATEWAY_RULES = "<your GATEWAY_RULES>"
GATEWAY_DEFAULT_AGENT = "<your GATEWAY_DEFAULT_AGENT>"
GATEWAY_DEBUG = "<your GATEWAY_DEBUG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-mcp-gateway": {
"command": "uvx",
"args": [
"agent-mcp-gateway"
],
"env": {
"GATEWAY_MCP_CONFIG": "<your GATEWAY_MCP_CONFIG>",
"GATEWAY_RULES": "<your GATEWAY_RULES>",
"GATEWAY_DEFAULT_AGENT": "<your GATEWAY_DEFAULT_AGENT>",
"GATEWAY_DEBUG": "<your GATEWAY_DEBUG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-mcp-gateway": {
"command": "uvx",
"args": [
"agent-mcp-gateway"
],
"env": {
"GATEWAY_MCP_CONFIG": "<your GATEWAY_MCP_CONFIG>",
"GATEWAY_RULES": "<your GATEWAY_RULES>",
"GATEWAY_DEFAULT_AGENT": "<your GATEWAY_DEFAULT_AGENT>",
"GATEWAY_DEBUG": "<your GATEWAY_DEBUG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent-mcp-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-mcp-gateway"
],
"env": {
"GATEWAY_MCP_CONFIG": "<your GATEWAY_MCP_CONFIG>",
"GATEWAY_RULES": "<your GATEWAY_RULES>",
"GATEWAY_DEFAULT_AGENT": "<your GATEWAY_DEFAULT_AGENT>",
"GATEWAY_DEBUG": "<your GATEWAY_DEBUG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-mcp-gateway": {
"command": "uvx",
"args": [
"agent-mcp-gateway"
],
"env": {
"GATEWAY_MCP_CONFIG": "<your GATEWAY_MCP_CONFIG>",
"GATEWAY_RULES": "<your GATEWAY_RULES>",
"GATEWAY_DEFAULT_AGENT": "<your GATEWAY_DEFAULT_AGENT>",
"GATEWAY_DEBUG": "<your GATEWAY_DEBUG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-mcp-gateway": {
"command": "uvx",
"args": [
"agent-mcp-gateway"
],
"env": {
"GATEWAY_MCP_CONFIG": "<your GATEWAY_MCP_CONFIG>",
"GATEWAY_RULES": "<your GATEWAY_RULES>",
"GATEWAY_DEFAULT_AGENT": "<your GATEWAY_DEFAULT_AGENT>",
"GATEWAY_DEBUG": "<your GATEWAY_DEBUG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.roddutra%2Fagent-mcp-gateway)<a href="https://mcptoplist.com/server/io.github.roddutra%2Fagent-mcp-gateway"><img src="https://mcptoplist.com/badge/io.github.roddutra%2Fagent-mcp-gateway.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
roddutra
Available versions (4)
| Version | Published |
|---|---|
| 0.2.5 | Dec 2, 2025 |
| 0.2.4 | Nov 12, 2025 |
| 0.2.3 | Nov 12, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Agent MCP Gateway?
- Agent MCP Gateway is maintained by roddutra, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Agent MCP Gateway listed on the Official MCP Registry?
- Yes — Agent MCP Gateway is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Agent MCP Gateway have?
- MCP Toplist tracks 4 versions of Agent MCP Gateway, most recently published on Dec 2, 2025.
- Where can I find the source code for Agent MCP Gateway?
- The source code for Agent MCP Gateway is hosted at github.com/roddutra/agent-mcp-gateway.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.