Skip to content
Cursor

codecalc for Cursor

io.github.the-40-thieves/codecalc

Code & logic calculator for AI agents: 31 languages, symbolic math, SMT/logic solving, Big-O.

client:Cursor transport:stdio runtime:pypi

Install codecalc in Cursor

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

{
  "mcpServers": {
    "codecalc": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codecalc"
      ]
    }
  }
}

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

codecalc in other clients