Skip to content
Zed

mathgraphs mcp for Zed

io.github.architectds/mathgraphs-mcp

Math & statistics graphing, computation, visualization, and validation engine

client:Zed transport:stdio runtime:npm

Install mathgraphs mcp in Zed

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

{
  "context_servers": {
    "mathgraphs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mathgraphs-mcp"
      ]
    }
  }
}

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

mathgraphs mcp in other clients