The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Cerebrium Docs listing page.
Official Agent Skills and hosted docs MCP for
Cerebrium, the serverless GPU and CPU platform for real-time AI
workloads. The skills teach a coding agent to write a valid cerebrium.toml, pick hardware and a
region, deploy, call the endpoint, and debug the result without leaving the terminal. The MCP
gives it live search over the documentation.
Works with Claude Code, Codex, Cursor, GitHub Copilot, Windsurf, Cline and anything else that reads the Agent Skills format.
Any agent (installs the skills into every detected harness):
Claude Code (one plugin bundles the skills and the docs MCP):
Codex:
Gemini CLI (one extension bundles the skills and the docs MCP):
Cursor loads the repository directly as an Agent Plugin: the root
plugin.json and mcp.json are the open-standard manifests, so no Cursor-specific install step
is needed.
Or agent-driven: paste this into the agent of your choice.
Then create an account and authenticate the CLI once:
Compute is billed per second: see pricing for current rates and any starting credit.
In CI, skip login and set CEREBRIUM_SERVICE_ACCOUNT_TOKEN instead.
One skill, structured for progressive disclosure: agents load the ~120-line core
(skills/cerebrium/SKILL.md, the workflow, the safety rules, the endpoint shapes) when a
Cerebrium task appears, and pull in a reference file only when the task needs it.
| Reference | Loaded when the task involves |
|---|---|
references/cli.md | Any cerebrium command: full surface, flags, non-interactive auth, CI/CD, which commands cost money. |
references/config.md | cerebrium.toml: every key, the default the API applies when it is omitted, accepted ranges, rebuild triggers. |
references/hardware.md | The 13 accepted compute identifiers, per-GPU and per-plan limits, preference lists, regional availability, storage. |
references/troubleshooting.md | Failed builds, queueing, reverted settings, the cold-start playbook. |
The docs MCP (hosted at https://cerebrium.ai/docs/mcp) searches and reads the published
documentation, and accepts documentation feedback: search_cerebrium,
query_docs_filesystem_cerebrium, and submit_feedback. No account access, no key needed. It is declared twice on purpose, because the two
formats are not interchangeable: .mcp.json is the Claude Code convention, and mcp.json at the
repository root is the path the Agent Plugins standard requires, with that standard's
streamable-http transport name.
The plugin metadata is likewise declared per host: .claude-plugin/ for Claude Code,
.agents/plugins/ for Codex, root plugin.json for Agent Plugins clients such as Cursor, and
gemini-extension.json for the Gemini CLI. server.json is the MCP registry entry.
.md to the URLhttps://cerebrium.ai/docs/llms.txtEvery default, enum, flag and signature here was read out of the CLI source and the API validator rather than copied from a docs page. See CONTRIBUTING.md for where to check each kind of claim, and keep it that way.
MIT licensed.