Developer Tools
Trust: 40/100 (Fair)io.github.kevint-cerebras/cerebras-code-mcp Guide
Model Context Protocol (MCP) server for Cerebras to make coding faster in AI-first IDEs
39 starsby kevint-cerebras
Quick Start
Install
npx cerebras-code-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-kevint-cerebras-cerebras-code-mcp": {
"command": "npx",
"args": [
"cerebras-code-mcp"
]
}
}
}