Skip to content
Documentation

Documentation

Kubrain is a deployment platform with one interface: an MCP server and a matching CLI. There is no web console. Every capability — a VPC, a cluster, a deployment, DNS, TLS, storage, metrics, alerts — is one idempotent, cost-aware tool call your agent (Claude, or any LLM) makes on your behalf.

Underneath it is vanilla, upstream Kubernetes, which is why the platform doesn’t dead-end when your app grows past a single service — but you never have to operate it yourself.

These docs teach you the model and the moves.

The one idea

You are not administering Kubernetes by hand. You express intent to a cloud that owns the machinery. For any task, the reflex is “which tool expresses this intent?” — not “what kubectl steps achieve it?”. Create/set operations are idempotent, so it is always safe to “ensure” a resource exists.

Where to go next