Cruncher for Windsurf
io.github.islobodan/cruncher-mcp
Scientific calculator MCP server with 43 tools: arithmetic, trig, stats, unit conversion.
client:Windsurf
transport:stdio
runtime:npm
Install Cruncher in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"cruncher-mcp": {
"command": "npx",
"args": [
"-y",
"@slbdn/cruncher-mcp"
],
"env": {
"CRUNCHER_TOOL_SET": "<CRUNCHER_TOOL_SET>",
"CRUNCHER_TIMEOUT": "<CRUNCHER_TIMEOUT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs