Skip to main content
Glama
khansabassem

Cerebras Multi-Model MCP Server

by khansabassem

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CEREBRAS_API_KEYYesYour Cerebras API key from https://cloud.cerebras.ai/
OPENROUTER_API_KEYNoOptional OpenRouter API key for fallback

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
cerebras_quickA

Fast code generation using Cerebras gpt-oss-120b (120B params). Fast model for simple edits, boilerplate, single-function generation. Use for trivial tasks where speed matters most.

cerebras_complexB

Heavy-duty code generation using Cerebras gpt-oss-120b (120B params). Large model for multi-file features, CRUD APIs, complex components, and demanding code generation tasks.

cerebras_reasoningA

Advanced reasoning code generation using Cerebras zai-glm-4.7 (355B params, reasoning_format:hidden). Most powerful model for algorithms, architecture decisions, advanced logic, and tasks requiring deep reasoning.

cerebras_instructB

Instruction-following code generation using Cerebras zai-glm-4.7 (355B params, reasoning_format:hidden). Instruction-tuned model for precise instruction following, documentation-heavy code, typed interfaces, and detailed specs.

cerebras_autoA

Auto-selects the best Cerebras model based on prompt complexity. Simple tasks use 8B, complex features use 120B, reasoning tasks use 357B, documentation tasks use 235B. Use this when unsure which model fits.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/khansabassem/cerebras-multi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server