The crush MCP server integrates large language models into terminal workflows. It provides tools for code generation, completion, and explanation. The server connects to local or cloud-based LLMs. Developers use it to enhance coding productivity, debug code, and generate documentation directly in the terminal.
The crush MCP server integrates large language models into terminal workflows. It provides tools for code generation, completion, and explanation. The server connects to local or cloud-based LLMs. Developers use it to enhance coding productivity, debug code, and generate documentation directly in the terminal.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"charmbracelet-crush-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-charmbracelet-crush-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from crush?"
API Key Required
This server requires an API key from crush. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CRUSH_API_KEY | Yes | Your crush API key |
"What resources are available in crush?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in crush"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in crush with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.