Skip to content
Zed

math mcp for Zed

io.github.andylbrummer/math-mcp

GPU-accelerated MCP server: symbolic algebra, numerical computing, FFT, optimization, linear algebra

client:Zed transport:stdio runtime:pypi

Install math mcp in Zed

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

{
  "context_servers": {
    "math-mcp": {
      "command": "uvx",
      "args": [
        "scicomp-math-mcp"
      ]
    }
  }
}

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

math mcp in other clients