How to Use the Cerebras Inference MCP in Claude Code
Pipe fast wafer-scale completions into your terminal pipelines by linking Claude Code to Cerebras Inference.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Cerebras Inference MCP to Claude Code
Create your Vinkius account to connect Cerebras Inference to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate batch jobs with this MCP Server
The `create_batch` tool lets you run massive asynchronous jobs directly from your CLI session. Claude Code uploads your JSONL datasets with `upload_file` and starts the batch run. You can pipe the status check from `get_batch` into other shell scripts. Once finished, Claude Code downloads the raw output using `get_file_content` to feed your local data pipelines.
Query available models directly from the CLI
The `list_models` tool fetches the active models list directly inside your terminal session. Claude Code uses this to verify which endpoints are online before running heavy automation scripts. If you need to check details for a specific model, Claude Code runs `get_model` to verify context window limits. This ensures your shell commands never fail due to model mismatches.
Monitor Cerebras Inference throughput via CLI
The `get_metrics` tool pulls live Prometheus-formatted performance metrics into your terminal. Claude Code reads this data to show you real-time token speeds and queue wait times. This is perfect for DevOps engineers who need to monitor API health during automated cron jobs. You can easily log these metrics to a local file for later analysis.
Set up Cerebras Inference MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecerebras-inference-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Cerebras Inference transactions." It will automatically discover and invoke the available Cerebras Inference tools.
claude mcp add --transport http cerebras-inference-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Cerebras Inference MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Cerebras Inference MCP today
We host it, we monitor it, we maintain it. You just paste one token.