mcp-gateway-mcp
Manages Kubernetes CRDs (MCPServerRegistration, MCPVirtualServer) and queries gateway broker status, providing tools for listing, getting, and updating registrations and virtual servers.
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-gateway-mcplist all registered MCP servers"
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-mcp
Admin MCP server for the mcp-gateway platform. Exposes Kubernetes CRD state and live broker status as MCP tools and browser-renderable UI widgets β no kubectl required.
Target audience: platform engineers operating a running gateway.
UI Widgets
Four interactive MCP App widgets render as sandboxed iframes in MCP Apps-compatible hosts (Claude, Cursor, VS Code Copilot, ChatGPT, β¦). See sample-prompts.md for the phrases that open each one.
Browse all federated tools grouped by server. Click any row to expand the full description and input schema parameters.

Live broker status, reachability summary, and per-server tool counts at a glance.

Table of all MCPServerRegistration CRs with toggle switches to enable or disable each server without kubectl.

Accordion view of MCPVirtualServer CRs showing upstreams, status conditions, and spec fields.

Related MCP server: MCP Manager
Tools
Tool | Access | Description |
| π read | List all |
| π read | Get a single registration with status conditions |
| βοΈ write | Enable or disable a registration |
| π read | List all |
| π read | Get a single virtual server |
| π read | Call the broker |
| π read | Open the interactive tool catalog widget |
| βοΈ write | Open the registration manager widget (toggle switches mutate state) |
| π read | Open the gateway health dashboard widget |
| π read | Open the virtual server viewer widget |
Requirements
Python 3.11+
uvfor dependency managementKubeconfig pointing to a cluster running
mcp-gatewayCRDs(Optional) Port-forward to the broker for live status
Quick start
# Forward the broker port
kubectl port-forward svc/mcp-gateway -n mcp-gateway-system 8080:8080 &
# Install dependencies
uv sync
# Run (stdio β for Claude Desktop / Cursor)
uv run server.py --namespace mcp-servers --broker-url http://localhost:8080
# Run (HTTP β for MCP Inspector)
uv run server.py --transport http --namespace mcp-servers --broker-url http://localhost:8080Item | Value |
Gateway public URL |
|
CRD namespace |
|
Broker service |
|
Registered servers |
|
Configuration
Flag | Env var | Default | Notes |
|
|
| Falls back to in-cluster config |
|
|
| Namespace where CRDs live |
|
|
| Broker |
|
|
|
|
|
|
| HTTP bind address |
Client config
{
"mcpServers": {
"mcp-admin": {
"command": "uv",
"args": ["run", "/path/to/mcp-gateway-mcp/server.py",
"--namespace", "mcp-servers",
"--broker-url", "http://localhost:8080"]
}
}
}{
"mcpServers": {
"gateway-admin": {
"command": "uv",
"args": ["run", "/path/to/mcp-gateway-mcp/server.py",
"--namespace", "mcp-servers",
"--broker-url", "http://localhost:8080"]
}
}
}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-qualityDmaintenanceMCP Gateway that aggregates multiple upstream MCP servers into a single endpoint with persistent connections, tool registry, and authentication.Last updated292MIT
- Alicense-qualityBmaintenanceSelf-hosted MCP proxy and aggregation platform. Register multiple upstream MCP servers and expose them through a single unified endpoint with namespace routing, multi-transport support (HTTP/SSE, stdio, OpenAPIβMCP), per-tool overrides, and a web admin UI.Last updated15MIT
- Flicense-qualityCmaintenanceIn-cluster MCP server for read-only diagnostics of Grafana, Prometheus, Alertmanager, and Loki, enabling metric queries, alert listings, and log queries through Grafana datasource proxies with Kubernetes RBAC authentication.Last updated
- Alicense-qualityBmaintenanceCentralized MCP control plane that proxies multiple upstream MCP servers with tool namespacing, filtering, policy enforcement, audit logging, and health checks.Last updated7MIT
Related MCP Connectors
Remote MCP server for the Hackle Admin API: experiments, feature flags, remote config, messaging.
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
MCP server for managing Prisma Postgres.
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/dmartinol/mcp-gateway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server