Skip to content
Cursor

PRTG for Cursor

io.github.wyre-ai/prtg-mcp

MCP server for Paessler PRTG's REST API v2 - network/infrastructure monitoring for MSPs.

client:Cursor transport:stdio runtime:oci

Install PRTG in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "prtg-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/prtg-mcp:v1.0.0"
      ],
      "env": {
        "PRTG_API_KEY": "<PRTG_API_KEY>",
        "PRTG_BASE_URL": "<PRTG_BASE_URL>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

PRTG in other clients