# io.github.kevint-cerebras/cerebras-code-mcp (npm · cerebras-code-mcp)

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

- Trust score: 45/100 (low)
- Change this week: +27
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `cerebras-code-mcp`: 45/100 (this document), [markdown](https://verifymcp.io/servers/kevint-cerebras-cerebras-code-mcp/cerebras-code-mcp.md), [page](https://verifymcp.io/servers/kevint-cerebras-cerebras-code-mcp/cerebras-code-mcp)

## Channel facts

- Registry: `npm`
- Package: `cerebras-code-mcp`
- Version: `1.3.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 70/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.5.0, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (15 of 16), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 139 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 31/100
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 344 tokens (~344/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add kevint-cerebras-cerebras-code-mcp -- npx -y cerebras-code-mcp
```

### Codex

```bash
codex mcp add kevint-cerebras-cerebras-code-mcp -- npx -y cerebras-code-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kevint-cerebras-cerebras-code-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "cerebras-code-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kevint-cerebras-cerebras-code-mcp --command npx --arg -y --arg cerebras-code-mcp
```

### Hermes

```yaml
mcp_servers:
  kevint-cerebras-cerebras-code-mcp:
    command: "npx"
    args: ["-y", "cerebras-code-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "kevint-cerebras-cerebras-code-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cerebras-code-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 45, +13)

- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-02 (score 32, −8)

- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: fail → unverified
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional] Licence: MIT

### 2026-08-01 (score 40, −5)

- [security regression] Known CVEs: fail → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-31 (score 45, +7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 38, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-29 (score 56, +19)

- [security regression] CVE-2025-66414 affects this package: high
- [security regression] Known CVEs: unverified → fail
- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Schema quality: unverified → poor
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-07-28 (score 37, +19)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fail

### 2026-07-27 (score 18)

First indexed and scored.

## MCP tools (1)

### `write` (~344 tokens)

🚨 MANDATORY CODE TOOL - USE THIS FOR ALL CODE OPERATIONS! 🚨

This is your ONLY interface for code generation, file creation, and modifications. Never edit files directly!

✨ FEATURES:
\- Creates new files automatically
\- Modifies existing files with smart diffs
\- Shows visually enhanced git-style diffs with emoji indicators (✅ additions, ❌ removals, 🔍 changes)
\- Supports context_files for better code understanding
\- Handles all programming languages
\- Provides comprehensive error handling

🎯 USE CASES:
\- Writing new code: Use with file_path + detailed prompt
\- Editing code: Use with file_path + modification prompt
\- Code generation: Use with file_path + generation prompt + optional context_files

⚠️  REMEMBER: This tool is MANDATORY for ALL code operations!

Input parameters:

- `context_files` (array): OPTIONAL: Array of file paths to include as context for the model. These files will be read and their content included to help understand the codebase structure and patterns.
- `file_path` (string, required): REQUIRED: Absolute path to the file (e.g., '/Users/username/project/file.py'). This tool will create or modify the file at this location.
- `prompt` (string, required): REQUIRED: A comprehensive plan dump that MUST include: 1) EXACT method signatures and parameters, 2) SPECIFIC database queries/SQL if needed, 3) DETAILED error handling requirements, 4) PRECISE integ…

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/kevint-cerebras-cerebras-code-mcp/cerebras-code-mcp#diagnostics

## Score history

- 2026-08-03: 45
- 2026-08-02: 32
- 2026-08-01: 40
- 2026-07-31: 45
- 2026-07-30: 38
- 2026-07-29: 56
- 2026-07-28: 37
- 2026-07-27: 18

## Links

- npm package: https://www.npmjs.com/package/cerebras-code-mcp
- Socket report: https://socket.dev/npm/package/cerebras-code-mcp
- Changelog RSS feed: https://verifymcp.io/servers/kevint-cerebras-cerebras-code-mcp/cerebras-code-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/kevint-cerebras-cerebras-code-mcp/cerebras-code-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/kevint-cerebras-cerebras-code-mcp/cerebras-code-mcp
