Your agents call tools. Those tools touch data. Magertron governs both — and knows which tool touched which table, for whom, and what it cost. One gateway for model inference and tool calls across every vendor.
OSS Free up to 20 servers — no signup, no credit card.
# Bare Ubuntu box — installs k3s, helm and Magertron $ curl -fsSL https://magertron.com/bootstrap.sh | sudo bash -s -- \ --api-public-url https://mcp.example.com # Already have a Kubernetes cluster $ git clone https://github.com/magertron/orchestrator.git $ cd orchestrator $ ./install.sh # Free tier — no license needed $ ./install.sh --license /path/to/license.json # With a license
Developers are spinning up ungoverned MCP servers on laptops, in personal cloud accounts, and inside your perimeter — with no audit trail and no controls. AI agents talking to these servers can execute actions at scale.
Now you can find them. Magertron reads MCP client configs on every endpoint you manage, shows you every server in use — approved or not — and points them at the gateway with a single policy change. No resident agent on the laptop — a script and a timer, delivered by the MDM you already run.
Read the security guide →
MCP servers run as pods in your cluster. Traffic stays inside your network.
Anthropic, OpenAI, or your own model pods — registered as governed endpoints. Every inference call is metered, charged back, and budget-capped, with provider keys held by Magertron, never the agent.
SaaS or cloud-hosted MCP servers, registered in Magertron and governed by the same policies as your internal servers.
Deploy MCP servers and LLM pods from any container image, monitor real-time CPU and memory metrics, and scale with a slider. Every action is audited.
Namespace-scoped governance policies evaluate every deployment at deploy time. Error-severity rules block non-compliant servers. Warnings flag for review.
Deploy, scale, restart, and roll back MCP servers and LLM pods from a single console.
Central catalog of every MCP server and LLM provider in your organization. Most platforms don't have a registry — Magertron does, in your cluster.
Policies for resource limits, transport, naming, and security. Namespace-scoped for prod vs dev.
Role-based access with namespace isolation. Admins, deployers, operators, viewers.
OIDC and SAML SSO. SCIM 2.0 provisioning. Just-in-time accounts. Your IdP is the source of truth.
OCSF-aligned audit events. SIEM-ready, validated with Splunk Cloud. Built for regulated environments.
mcpctl is a signed Go binary — install it below.
There are unrelated mcpctl packages on npm and PyPI; neither is ours.
brew upgrade keeps
mcpctl current.
mcpctl login is refused on the Free tier, and commands that
reach higher-tier features return a clear license error naming the
tier they need.