Manager
A Kubernetes-native control plane to install the stack, reconcile MCPServer resources, and keep deployments healthy.
MCP Runtime gives platform teams one place to deploy, route, govern, and observe Model Context Protocol servers. Define services once, enforce policy on the live request path, and give AI agents, IDE users, and direct human workflows a controlled way to reach internal tools.
The public entrypoint at platform.mcpruntime.org is not a public or private marketplace. It is a live preview of the control surface companies get when they deploy MCP Runtime in their own cluster: easy deployment, governed access, brokered execution, audit, compliance evidence, and operations on infrastructure they control.
apiVersion: mcpruntime.org/v1alpha1
kind: MCPServer
metadata:
name: payments
spec:
image: registry.example.com/payments-mcp:v1.0.0
port: 8088
publicPathPrefix: payments
gateway:
enabled: true
analytics:
enabled: true
Ship internal MCP servers with the same discipline as any other production service.
A Kubernetes-native control plane to install the stack, reconcile MCPServer resources, and keep deployments healthy.
Image and deployment workflows for publishing MCP servers into environments your platform team controls.
A governed gateway that brokers agent access, applies policy before tool calls run, and records what happened.
MCP Runtime turns scattered MCP experiments into one operating surface for platform teams: deploy servers, apply access policy, broker requests, and inspect audit and traffic data from one place.
Define MCP servers once as Kubernetes CRDs. The operator handles services, rollouts, routes, and updates in a GitOps-friendly workflow.
Grants and sessions make consent, trust level, expiry, and revocation inspectable Kubernetes resources so governed access is the default path.
The public platform.mcpruntime.org experience shows how the platform looks after deployment. It is a product preview, not a vendor storefront, listing site, or MCP marketplace.
Route agent traffic through a gateway that can enforce policy before sensitive tools are executed.
Observe MCP calls with policy decisions, timing, tool names, status, and dashboard-ready event data instead of treating agent traffic like unstructured logs.
Every governed request is recorded for security review, incident response, and compliance workflows.
Registry, ingress, API, ingest, processor, UI, Grafana, and Prometheus are wired for local evaluation.
Public MCP directories such as Glama, Smithery, Docker MCP Catalog, PulseMCP, mcp.so, and client-specific catalogs help people discover or install MCP servers. MCP Runtime is different: it is an open-source runtime platform for companies that need to host, deploy, govern, audit, and operate MCP servers inside their own Kubernetes environment.
Define MCP servers as Kubernetes resources and let the platform handle routes, rollouts, registry wiring, and status.
As of April 2026, we have not found another open-source MCP product that combines a deployable Kubernetes control plane, registry workflow, brokered request path, access/session model, audit pipeline, and operational control surface.
Companies can manage MCP access for agents, IDEs, and humans with grants, sessions, policy decisions, and audit evidence.
go build -o bin/mcp-runtime ./cmd/mcp-runtime
./bin/mcp-runtime bootstrap
./bin/mcp-runtime setup --test-mode
./bin/mcp-runtime status
Expose internal tools to agents with controlled access, request inspection, and audit trails.
Give teams a shared control surface to publish, operate, govern, and inspect MCP servers instead of one-off sidecars.
Use the public platform to understand the deployed product, then run the same control surface inside a company cluster for owned MCP servers.
Grant temporary, reviewable access between teams with clear trust ceilings and easy revocation.
Give security and compliance teams searchable request history instead of scattered service logs.
Kubernetes 1.25+. Self-hosted. Open source. Vendor-neutral across Kubernetes distributions. No proprietary control plane.
Open the public platform to see the control surface. Install MCP Runtime to give your company that same experience on private infrastructure, with governance and audit built into the runtime path.