Skip to content
Cursor

Jarroba Tools · Calculation for Cursor

io.github.invarato/jarroba-tools-calc

Maths a model gets wrong: units with dimensional checking, equations, sheets. 5 tools, local.

client:Cursor transport:stdio runtime:npm

Install Jarroba Tools · Calculation in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "jarroba-tools-calc": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jarroba/mcp-calc"
      ],
      "env": {
        "JARROBA_MCP_DOMAINS": "<JARROBA_MCP_DOMAINS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Jarroba Tools · Calculation in other clients