io.github.kevint-cerebras/cerebras-code-mcp
NPM · CEREBRAS-CODE-MCP · SCANNED AUG 3
Model Context Protocol (MCP) server for Cerebras to make coding faster in AI-first IDEs
Available components
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. How we score →
Supply Chain Security70
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.5.0, a direct dependency. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (15 of 16), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 139 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability31
- AI-judged instruction clarity (poor).Fail
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities20
- Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · cerebras-code-mcp
claude mcp add kevint-cerebras-cerebras-code-mcp -- npx -y cerebras-code-mcp
codex mcp add kevint-cerebras-cerebras-code-mcp -- npx -y cerebras-code-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"kevint-cerebras-cerebras-code-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"cerebras-code-mcp"
],
"enabled": true
}
}
} openclaw mcp add kevint-cerebras-cerebras-code-mcp --command npx --arg -y --arg cerebras-code-mcp
mcp_servers:
kevint-cerebras-cerebras-code-mcp:
command: "npx"
args: ["-y", "cerebras-code-mcp"] {
"mcpServers": {
"kevint-cerebras-cerebras-code-mcp": {
"command": "npx",
"args": [
"-y",
"cerebras-code-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +13
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.23 ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 2 Aug 26 −8
- Install scripts: pass → unverified ▼ security
- Provenance: fail → unverified ▼ security
- Maintenance: pass → unverified ▼ functional
- License: pass → unverified ▼ functional
- Licence: MIT functional
- 1 Aug 26 −5
- Known CVEs: fail → unverified ▼ security
- Dependency health: partial → unverified ▼ functional
- 31 Jul 26 +7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 29 Jul 26 +19
- CVE-2025-66414 affects this package: high ▼ security
- Known CVEs: unverified → fail ▼ security
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Schema quality: unverified → poor ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 28 Jul 26 +19
- 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 functional
- 27 Jul 26 18
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-w48q-cv73-mx4w | CVE-2025-66414 | high | yes |
Dependencies 15 packages
15 packages in the resolved dependency tree · 15 deprecated · 6 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
write ~344
🚨 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!
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | 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 | yes | 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… |
No output schema declared.
No examples provided.