Catalog
io.github.bdog720/oraclarr
Officialby bdog720 · Python
Oraclarr
Read-only diagnostic MCP server for a self-hosted arr stack (Sonarr, Radarr, Prowlarr & more).
Diagnostic tool for self-hosted Sonarr, Radarr, and Prowlarr media server stack.
README not available yet.
Install
Configuration
Environment variables
ORACLARR_CONFIGrequiredAbsolute path to your config.yaml (arr service URLs + ${ENV} secret refs). See the repository README for the format.
claude_desktop_config.json
{
"mcpServers": {
"oraclarr": {
"command": "uvx",
"args": [
"oraclarr-mcp"
],
"env": {
"ORACLARR_CONFIG": "<YOUR_ORACLARR_CONFIG>"
}
}
}
}