Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Cruncher in other clients