Cruncher for Zed
io.github.islobodan/cruncher-mcp
Scientific calculator MCP server with 43 tools: arithmetic, trig, stats, unit conversion.
client:Zed
transport:stdio
runtime:npm
Install Cruncher in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cruncher-mcp": {
"command": "npx",
"args": [
"-y",
"@slbdn/cruncher-mcp"
],
"env": {
"CRUNCHER_TOOL_SET": "<CRUNCHER_TOOL_SET>",
"CRUNCHER_TIMEOUT": "<CRUNCHER_TIMEOUT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs