Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Cerebrium Docs
C
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 11:31:36 AM

Cerebrium Docs

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Search and read the Cerebrium docs: deployment, cerebrium.toml, hardware, endpoints. Read-only.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "cerebrium-docs": {
      "command": "npx",
      "args": [
        "-y",
        "skills"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Cerebrium agent skills

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.

Install

Any agent (installs the skills into every detected harness):

Terminal
npx skills add CerebriumAI/cerebrium-skills -g -y
npx add-mcp https://cerebrium.ai/docs/mcp -n cerebrium-docs -g -y

Claude Code (one plugin bundles the skills and the docs MCP):

Code
/plugin marketplace add CerebriumAI/cerebrium-skills
/plugin install cerebrium@cerebrium

Codex:

bash
codex plugin marketplace add CerebriumAI/cerebrium-skills

Gemini CLI (one extension bundles the skills and the docs MCP):

bash
gemini extensions install https://github.com/CerebriumAI/cerebrium-skills

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.

Code
Install the Cerebrium agent toolkit following instructions from
github.com/CerebriumAI/cerebrium-skills: use `npx skills add` and `npx add-mcp`,
global and auto-confirmed for all agents (-g -y).

Then create an account and authenticate the CLI once:

bash
# create an account at https://dashboard.cerebrium.ai (also where API keys are created)
pip install cerebrium   # or: brew tap cerebriumai/tap && brew install cerebrium
cerebrium login

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.

What is in here

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.

ReferenceLoaded when the task involves
references/cli.mdAny cerebrium command: full surface, flags, non-interactive auth, CI/CD, which commands cost money.
references/config.mdcerebrium.toml: every key, the default the API applies when it is omitted, accepted ranges, rebuild triggers.
references/hardware.mdThe 13 accepted compute identifiers, per-GPU and per-plan limits, preference lists, regional availability, storage.
references/troubleshooting.mdFailed 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.

Try it

  • "Deploy this FastAPI app to Cerebrium on an H100 with auth enabled, then follow the logs."
  • "My Cerebrium app queues requests under load. Work out why and fix the config."
  • "Which GPU and region fit a 13B vLLM model on Cerebrium, and what should the cerebrium.toml be?"

Related surfaces

  • Any docs page as markdown: append .md to the URL
  • Page index: https://cerebrium.ai/docs/llms.txt
  • Runnable examples: CerebriumAI/examples

Accuracy

Every 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.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Docs logoDocs

    Search and read Empryo's documentation. Read-only, no auth, no local access.

    πŸ’» Developer Tools0 views
    Compare vs Docs β†’
  • Legalize logoLegalize

    Official MCP connector for Legalize: read and search its whole open corpus, at any point in time.

    πŸ’» Developer Tools1 views
    Compare vs Legalize β†’
  • Coolify logoCoolify

    42 optimized tools for managing Coolify infrastructure, diagnostics, and docs search

    πŸ’» Developer Tools0 views
    Compare vs Coolify β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Cerebrium Docs

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "cerebrium-docs": { "command": "npx", "args": ["-y", "Cerebrium Docs"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCerebrium Docs AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/cerebrium-docs?style=directory)](https://allmcps.com/mcp/cerebrium-docs)
HTML Embed
<a href="https://allmcps.com/mcp/cerebrium-docs"><img src="https://allmcps.com/api/badge/cerebrium-docs?style=directory" alt="Cerebrium Docs on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 4, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit2d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 4, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3h ago via OSV.dev Β· skills (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Cerebrium Docs β†’Install in Claude DesktopInstall in CursorInstall in VS Code