Skip to content
Cursor

mcp parigp for Cursor

io.github.daedalus/mcp-parigp

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

client:Cursor transport:stdio runtime:pypi

Install mcp parigp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp parigp in other clients