← Back to Plugins
MCP Server MCP

Cruncher

github By github 👁 1 views ▲ 0 votes

Scientific calculator MCP server with 43 tools: arithmetic, trig, stats, unit conversion.

Homepage Verified source GitHub

Install

npx -y @slbdn/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@slbdn/cruncher-mcp",
      "version": "1.2.29",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Tool exposure tier: 'minimal' (5 tools), 'standard' (34 tools, default), or 'full' (43 tools)",
          "name": "CRUNCHER_TOOL_SET"
        },
        {
          "description": "Worker thread timeout in milliseconds for heavy calculations (default: 3000, range: 100-60000)",
          "name": "CRUNCHER_TIMEOUT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...