Skip to content
Back to search
30
MCP

agent-mcp-gateway

pypi/agent-mcp-gateway

An MCP gateway that aggregates your existing MCP servers and lets you define which servers and individual tools each agent or subagent can access. Solves Claude Code's MCP context window waste where all tool definitions load upfront instead of being discovered when actually needed.

Uptime
0.0%
31 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Agent MCP Gateway
On-demand tool discovery for all your MCPs and per-subagent MCP controls to preserve context window.
0 tools
agentic-mcp-gateway
A LangGraph-powered gateway for multi-MCP agent workflows.
0 tools
ai-gateway-mcp
Ai Gateway tools for AI agents. Capabilities: route request, list models, cost estimator. Built by MEOK AI Labs.
0 tools
kangkang223/mcp-gateway
A powerful MCP Server aggregation gateway, with Web UI management.
0 tools
MCP Gateway
Universal MCP gateway with Meta-MCP discovery, routing, and REST API capabilities.
0 tools
Gateway
Connects AI assistants to multiple specialized services through a unified gateway, enabling dynamic tool discovery and seamless interaction
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agent-mcp-gateway": {
      "url": "None",
      "transport": "http"
    }
  }
}