Cerebras Code MCP
Rank #10,257io.github.kevint-cerebras/cerebras-code-mcp
MCP server providing cerebras-code-mcp capabilities
Cerebras Code MCP is a Model Context Protocol (MCP) server published by kevint-cerebras. It ranks #10,257 of 132,046 servers tracked on MCP Toplist, and its repository has 51 GitHub stars. Cerebras Code MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Aug 21, 2025 and most recently updated on Sep 9, 2025.
Ranks ahead of 121,789 of 132,046 servers on MCP Toplist.
Use Cerebras Code MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add cerebras-code-mcp -e "CEREBRAS_API_KEY=<your CEREBRAS_API_KEY>" -e "OPENROUTER_API_KEY=<your OPENROUTER_API_KEY>" -- npx -y cerebras-code-mcpReplace each placeholder with your own value before saving.
[mcp_servers.cerebras-code-mcp]
command = "npx"
args = ["-y", "cerebras-code-mcp"]
[mcp_servers.cerebras-code-mcp.env]
CEREBRAS_API_KEY = "<your CEREBRAS_API_KEY>"
OPENROUTER_API_KEY = "<your OPENROUTER_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cerebras-code-mcp": {
"command": "npx",
"args": [
"-y",
"cerebras-code-mcp"
],
"env": {
"CEREBRAS_API_KEY": "<your CEREBRAS_API_KEY>",
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cerebras-code-mcp": {
"command": "npx",
"args": [
"-y",
"cerebras-code-mcp"
],
"env": {
"CEREBRAS_API_KEY": "<your CEREBRAS_API_KEY>",
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cerebras-code-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cerebras-code-mcp"
],
"env": {
"CEREBRAS_API_KEY": "<your CEREBRAS_API_KEY>",
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cerebras-code-mcp": {
"command": "npx",
"args": [
"-y",
"cerebras-code-mcp"
],
"env": {
"CEREBRAS_API_KEY": "<your CEREBRAS_API_KEY>",
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cerebras-code-mcp": {
"command": "npx",
"args": [
"-y",
"cerebras-code-mcp"
],
"env": {
"CEREBRAS_API_KEY": "<your CEREBRAS_API_KEY>",
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kevint-cerebras%2Fcerebras-code-mcp)<a href="https://mcptoplist.com/server/io.github.kevint-cerebras%2Fcerebras-code-mcp"><img src="https://mcptoplist.com/badge/io.github.kevint-cerebras%2Fcerebras-code-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
kevint-cerebras
Available versions (2)
| Version | Published |
|---|---|
| 1.3.1 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cerebras Code MCP?
- Cerebras Code MCP is maintained by kevint-cerebras, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Cerebras Code MCP listed on the Official MCP Registry?
- Yes — Cerebras Code MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Cerebras Code MCP have?
- MCP Toplist tracks 2 versions of Cerebras Code MCP, most recently published on Sep 9, 2025.
- Where can I find the source code for Cerebras Code MCP?
- The source code for Cerebras Code MCP is hosted at github.com/kevint-cerebras/cerebras-code-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.