Skip to content
Cursor

Oraclarr for Cursor

io.github.bdog720/oraclarr

Read-only diagnostic MCP server for a self-hosted arr stack (Sonarr, Radarr, Prowlarr & more).

client:Cursor transport:stdio runtime:pypi

Install Oraclarr 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": {
    "oraclarr": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "oraclarr-mcp"
      ],
      "env": {
        "ORACLARR_CONFIG": "<ORACLARR_CONFIG>"
      }
    }
  }
}

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

Oraclarr in other clients