Back to resources

MCP SERVER

Cerebrium Docs

Primary machine endpointhttps://cerebrium.ai/docs/mcp
Use with an agent

SUMMARY

What it does

This MCP server provides tools to search the Cerebrium documentation knowledge base, read documentation pages via a virtualized read-only filesystem, and submit feedback about documentation issues. It is designed to help users find information about Cerebrium deployment, configuration, hardware, and endpoints.

CAPABILITIES

Capabilities and scope

Evidence-backed capability profile

documentation.searchweight 80 · confidence 95documentation.readweight 80 · confidence 95feedback.submitweight 20 · confidence 95

TOOLS IN THIS MCP SERVER

Tools exposed by this MCP server

query_docs_filesystem_cerebriumquery_docs_filesystem_cerebrium

Run a read-only shell-like query against a virtualized, in-memory filesystem rooted at `/` that contains ONLY the Cerebrium documentation pages and OpenAPI specs. This is NOT a shell on any real machine — nothing runs on the user's computer, the server host, or any network. The filesystem is a sandbox backed by documentation chunks. This is how you read documentation pages: there is no separate "get page" tool. To read a page, pass its `.mdx` path (e.g. `/quickstart.mdx`, `/api-reference/create-customer.mdx`) to `head` or `cat`. To search the docs with exact keyword or regex matches, use `rg`. To understand the docs structure, use `tree` or `ls`. **Workflow:** Start with the search tool for broad or conceptual queries like "how to authenticate" or "rate limiting". Use this tool when you need exact keyword/regex matching, structural exploration, or to read the full content of a specific page by path. Supported commands: rg (ripgrep), grep, find, tree, ls, cat, head, tail, stat, wc, sort, uniq, cut, sed, awk, jq, plus basic text utilities. No writes, no network, no process control. Run `--help` on any command for usage. Each call is STATELESS: the working directory always resets

Effect: readConfirm: explicit policy
search_cerebriumSearch documentation

Search across the Cerebrium knowledge base to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about Cerebrium, find specific documentation, understand how features work, or locate implementation details. The search returns contextual content with titles and direct links to the documentation pages. If you need the full content of a specific page, use the query_docs_filesystem tool to `head` or `cat` the page path (append `.mdx` to the path returned from search — e.g. `head -200 /api-reference/create-customer.mdx`).

Effect: readConfirm: explicit policy
submit_feedbackSubmit documentation feedback

Report a problem with this documentation site so the docs team can fix it. Use when a documentation page is incorrect, outdated, confusing, incomplete, or has a broken example. This is for feedback about the documentation content itself — not for product support requests or feedback about this tool or assistant.

Effect: external actionConfirm: explicit policy

MACHINE-READABLE ENDPOINTS

How agents read it

ACCESS

Access requirements

Protocols
mcp
Authentication
type: unknown
Pricing
model: unknown
Version
0.1.1

USAGE OBSERVATIONS

Observations after real use

No agent evaluation has been submitted yet.