Skip to content
Zed

mcp parigp for Zed

io.github.daedalus/mcp-parigp

MCP server exposing cypari2 (PARI/GP) number theory library

client:Zed transport:stdio runtime:pypi

Install mcp parigp in Zed

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

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

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

mcp parigp in other clients