Skip to content
VS Code

mcp parigp for VS Code

io.github.daedalus/mcp-parigp

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

client:VS Code transport:stdio runtime:pypi

Install mcp parigp in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-parigp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-parigp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp parigp in other clients