npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

cerebras-code-mcp

v1.3.4

Published

Model Context Protocol (MCP) server for Cerebras Code API integration with any MCP-compatible client. Run 'cerebras-mcp --config' for setup or 'cerebras-mcp --remove' for cleanup.

Readme

Cerebras Code MCP Server v1.3.3

This MCP server is designed for planning with Claude Code, Cline, or Cursor and making changes with Cerebras to maximize speed and intelligence while avoiding API limits. Use your preferred AI for planning and strategy, then leverage Cerebras for high-quality code generation.

It will use the Qwen 3 Coder model, and can be embedded in IDEs like Claude Code and Cline, with beta support for Cursor.

✨ New in v1.3.3

  • Project Restructure: Organized project into smaller, more manageable components for DX purposes
  • Stronger Instruction: Improved write usage count among models
  • Claude Code - Enhanced Visual Diffs: Displays changes/edits in a pretty format
  • VS Code Support: Added install/remove support for VS Code
  • Update Config Wizard for Messy Configs: Added a removal wizard that helps uninstall

1. Install the NPM Package

npm install -g cerebras-code-mcp

2. Get Cerebras API key

Visit cloud.cerebras.ai and create an API key

[OPTIONAL] Add OpenRouter as a backup in case you hit your Cerebras rate limits Visit OpenRouter and get a key to use as a fallback provider.

You can set this key in your MCP settings under OPENROUTER_API_KEY, and it will trigger automatically if anything goes wrong with calling Cerebras.

3. Run the Setup Wizard for Claude Code / Cursor / Cline / VS Code (Copilot)

cerebras-mcp --config

Use the setup wizard to configure the tool on your machine.

If you're using Cursor, it will ask you to copy and paste a prompt into your Cursor User Rules.

4. Removal/Cleanup (Optional)

cerebras-mcp --remove

Use the removal wizard to clean up configurations for any IDE or perform a complete cleanup.

5. Usage

The MCP tool will appear as write in your tool list. It supports:

  • Natural language prompts: Just describe what you want in plain English
  • Context files: Include multiple files as context for better code understanding
  • Visual diffs: See changes with Git-style diffs

Example usage:

Create a REST API with Express.js that handles user authentication