Skip to content
Zed

codecalc for Zed

io.github.the-40-thieves/codecalc

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

client:Zed transport:stdio runtime:pypi

Install codecalc in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

codecalc in other clients