Skip to content
Windsurf

codecalc for Windsurf

io.github.the-40-thieves/codecalc

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

client:Windsurf transport:stdio runtime:pypi

Install codecalc in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

codecalc in other clients