Skip to content
Zed

Axiom — Advanced Math for Zed

io.github.tufantunc/axiom-math

Exact symbolic math for LLMs: integrals, equations, matrices, and claim verification via Giac/Xcas

client:Zed transport:stdio runtime:npm

Install Axiom — Advanced Math in Zed

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

{
  "context_servers": {
    "axiom-math": {
      "command": "npx",
      "args": [
        "-y",
        "axiom-math"
      ]
    }
  }
}

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

Axiom — Advanced Math in other clients