Skip to content
Cursor

cerebras code mcp for Cursor

io.github.kevint-cerebras/cerebras-code-mcp

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

client:Cursor transport:stdio runtime:npm

Install cerebras code mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cerebras-code-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cerebras-code-mcp"
      ],
      "env": {
        "CEREBRAS_API_KEY": "<CEREBRAS_API_KEY>",
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cerebras code mcp in other clients