Skip to content
Zed

mathlas for Zed

io.github.archerkattri/mathlas

Airtight math for AI agents: 3.68M-doc theorem search + numeric/Lean verification. No LLM, no key.

client:Zed transport:stdio runtime:pypi

Install mathlas in Zed

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

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

{
  "context_servers": {
    "mathlas": {
      "command": "uvx",
      "args": [
        "mathlas-mcp"
      ],
      "env": {
        "MATHLAS_SEED": "<MATHLAS_SEED>",
        "MATHLAS_INDEX": "<MATHLAS_INDEX>"
      }
    }
  }
}

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

mathlas in other clients