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 "Deploy 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 deployed
Maintenance
Related MCP Connectors
Guarded MCP server for agent-readable business truth, provenance, readiness, and discovery.
Remote MCP server for the Hackle Admin API: experiments, feature flags, remote config, messaging.
Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations.
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP Gateway that aggregates multiple upstream MCP servers into a single endpoint with persistent connections, tool registry, and authentication.21 npm2MIT
- AlicenseNot gradedqualityBmaintenanceSelf-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.17MIT
- AlicenseNot gradedqualityCmaintenanceCentralized MCP control plane that proxies multiple upstream MCP servers with tool namespacing, filtering, policy enforcement, audit logging, and health checks.6 npmMIT
- AlicenseAqualityAmaintenanceMCP server for the LiteLLM proxy, enabling agents to administer resources like keys, teams, users, models, and proxy settings through risk-graded meta-tools.6MIT