Agent MCP Gateway✓
io.github.roddutra/agent-mcp-gateway · v0.2.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.roddutra/agent-mcp-gateway",
"description": "On-demand tool discovery for all your MCPs and per-subagent MCP controls to preserve context window.",
"title": "Agent MCP Gateway",
"repository": {
"url": "https://github.com/roddutra/agent-mcp-gateway",
"source": "github"
},
"version": "0.2.5",
"packages": [
{
"registryType": "pypi",
"identifier": "agent-mcp-gateway",
"version": "0.2.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to MCP servers configuration file (default: .mcp.json)",
"name": "GATEWAY_MCP_CONFIG"
},
{
"description": "Path to gateway access control rules file (default: .mcp-gateway-rules.json)",
"name": "GATEWAY_RULES"
},
{
"description": "Default agent ID when not provided in tool calls",
"name": "GATEWAY_DEFAULT_AGENT"
},
{
"description": "Enable debug mode and expose diagnostic tools (default: false)",
"name": "GATEWAY_DEBUG"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}