MCP Gateway
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP GatewayCan you find a tool to validate user data against schema?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Gateway
Recruiter hook: Tool-selection accuracy 61% → 94%. Same agent, 12× fewer tool tokens.
Production control plane for AI agents using MCP. Registers 15+ downstream servers (filesystem, GitHub, Postgres, fetch, …), semantically filters 200+ tools to top-8 per request, enforces RBAC, and logs every call to Postgres.
Problem
Your company has multiple MCP servers exposing 200+ tools. Dumping every schema into agent context means wrong tool picks half the time and thousands of wasted tokens on definitions never used.
Related MCP server: MCPGate
Solution
Agent → FastAPI Gateway → [Semantic Search → RBAC → Rate Limit → Postgres Audit]
↓ top-8 tools
┌────────────────────┼────────────────────┐
▼ ▼ ▼
filesystem MCP GitHub MCP Postgres MCP
fetch MCP GitLab (collision) + extension serversFeatures
# | Feature | Module |
1 | Real MCP servers |
|
2 | Gateway registration |
|
3 | Semantic tool search |
|
4 | RBAC |
|
5 | Audit log |
|
6 | Rate limiting | Token bucket per caller + tool |
7 | Benchmark | 50 queries — naive vs semantic vs role-scoped |
8 | RBAC benchmark | 30 unauthorized calls — 100% blocked |
Metrics
Tool-selection accuracy: 61% → 94% (semantic top-8)
Tool-definition tokens: 12× reduction
RBAC: 100% of unauthorized calls blocked
Quick Start
# With Docker (Postgres + gateway + MCP servers)
cp .env.example .env # add OPENAI_API_KEY, GITHUB_TOKEN (optional)
docker compose up -d
# Local dev
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python -m gateway.mainSkills (reusable modules)
skills/mcp_client— connect to downstream MCP servers, health-checkskills/llm_adapter— OpenAI embeddings for semantic tool searchskills/audit_trail— Postgres audit store with sensitive arg redaction
Benchmarks
python benchmarks/run_benchmark.py # 50-query accuracy benchmark
python benchmarks/run_rbac_benchmark.py # 30 unauthorized callsDemo GIF
# Terminal 1: start gateway
python -m gateway.main
# Terminal 2: run demo flow (record with ScreenToGif / OBS)
./scripts/demo_flow.ps1Demo Users
Role | Password | |
admin | demo123 | |
engineer | demo123 | |
sre | demo123 | |
readonly | demo123 |
Stack
FastAPI · MCP SDK 2.0 · OpenAI embeddings · Postgres · Docker Compose · OAuth2/JWT
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA universal gateway that aggregates multiple MCP servers into a single interface while providing advanced token optimization, result filtering, and automated summarization. It enables efficient management of large tool catalogs and reduces context usage by up to 95% for major AI clients.Last updated3615MIT
- Alicense-qualityDmaintenanceMCPGate aggregates multiple MCP servers into a single unified endpoint, enabling centralized tool management with granular filtering, automatic namespacing, and observability. Features a real-time web dashboard and optional PostgreSQL-backed audit trails for monitoring and controlling AI tool access across local and remote deployments.Last updated10Apache 2.0
- Alicense-qualityDmaintenanceA production-grade MCP server designed for multi-tenant, authenticated, and observable AI agent systems, enabling secure tool execution across heterogeneous data sources.Last updated54MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ranjithv280502/MCP-GATEWAY'
If you have feedback or need assistance with the MCP directory API, please join our Discord server