mcpbeat Sign in

Cerebras Code MCP Server

by kevint-cerebras Your server? Claim it
local only

Cerebras Code MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from npm.

Model Context Protocol (MCP) server for Cerebras to make coding faster in AI-first IDEs

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 42 · avg 14 · -68% w/w
a month agotoday
88
Installs / week
npm · cerebras-code-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository kevint-cerebras/cerebras-code-mcp
пакет cerebras-code-mcp ссылается на kevint-cerebras/cerebras-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cerebras-code-mcp -- npx -y cerebras-code-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cerebras-code-mcp": {
      "args": [
        "-y",
        "cerebras-code-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cerebras-code-mcp]
command = "npx"
args = ["-y", "cerebras-code-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cerebras-code-mcp": {
      "args": [
        "-y",
        "cerebras-code-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cerebras-code-mcp": {
      "args": [
        "-y",
        "cerebras-code-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CEREBRAS_API_KEY (Your Cerebras API key from cloud.cerebras.ai), OPENROUTER_API_KEY (Optional OpenRouter API key for fallback when Cerebras rate limits are hit). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cerebras Code MCP

same job, measured the same way
Procm
by coder-ka

A Model Context Protocol (MCP) server for process management.

75 installs/wk local only
gitea-mcp
by werebear73

Model Context Protocol server for Gitea (and Forgejo, Codeberg).

241 installs/wk local only
MCP Aider Executor
by railkill

Model Context Protocol (MCP) server to execute aider-specific code editing operations

38 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Kubeview
by mikhae1

Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters.

381 installs/wk local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only
Exa
by exa

Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding

2 tools answering
Code Context Gate
by wisdomrock

Context-aware code retrieval MCP server — ranked, gated results for AI coding agents

27 installs/wk local only

Cerebras Code MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cerebras Code MCP?
Cerebras Code MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cerebras-code-mcp was installed 88 times last week.
Is Cerebras Code MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Cerebras Code MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cerebras-code-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cerebras Code MCP?
The npm package cerebras-code-mcp was installed 88 times in the last week. Week over week that is -68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.