-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
85 lines (72 loc) · 3.06 KB
/
Copy path.env.example
File metadata and controls
85 lines (72 loc) · 3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# arrstack-mcp env config — copy to .env and fill in your values
# Only configure the services you use, the rest can be left blank.
# Tool catalog selection: auto enables only services with a configured URL.
# Use a comma-separated subset (e.g. sonarr,radarr,romm) or "all".
ENABLED_SERVICES=auto
# ── Sonarr (TV Shows) ──
SONARR_URL=http://localhost:8989
SONARR_API_KEY=
# ── Radarr (Movies) ──
RADARR_URL=http://localhost:7878
RADARR_API_KEY=
# ── Lidarr (Music) ──
LIDARR_URL=http://localhost:8686
LIDARR_API_KEY=
# ── qBittorrent (Downloads) ──
QBT_URL=http://localhost:8080
QBT_USER=admin
QBT_PASS=
# ── RDTClient (Real-Debrid / AllDebrid downloader) ──
# RDTClient exposes a qBittorrent-compatible API at /api/v2. RDT_USER/RDT_PASS
# are only needed if your install requires login (most do).
RDT_URL=http://localhost:6500
RDT_USER=admin
RDT_PASS=
# ── Jellyfin (Media Streaming) ──
JELLYFIN_URL=http://localhost:8096
JELLYFIN_API_KEY=
# ── Prowlarr (Indexer Manager) ──
PROWLARR_URL=http://localhost:9696
PROWLARR_API_KEY=
# ── RomM (ROM Library) ──
ROMM_URL=http://localhost:8081
ROMM_API_TOKEN=
# Alternatively, use basic authentication:
ROMM_USER=
ROMM_PASS=
# ── GameVault (PC Game Library) ──
GAMEVAULT_URL=http://localhost:8082
GAMEVAULT_API_KEY=
# ── MCP Server Security ──
# Comma-separated Host headers accepted by HTTP/SSE transports.
MCP_ALLOWED_HOSTS=localhost:*,127.0.0.1:*,[::1]:*
LOG_LEVEL=INFO
# ── Agentic Resource Discovery (ARD) ──
# Publishes this server at /.well-known/ai-catalog.json so ARD registries and
# agents can discover it. See https://agenticresourcediscovery.org/
# NOTE: ARD publishes discoverable metadata only — it does NOT authenticate this
# server or make it safe to expose. Keep HTTP transports behind Tailscale or an
# authenticated proxy (see the Security section of the README).
# ARD_ENABLED: auto (serve on HTTP transports, default) | true | false
ARD_ENABLED=auto
# Public base URL clients reach this server at. Set this to advertise an absolute
# MCP connection endpoint inside the card. Leave blank for a private deployment.
ARD_PUBLIC_URL=
# Optional: publisher domain for the urn:air logical identifier (a name, not a
# resolvable address). Defaults to the host of ARD_PUBLIC_URL (or "localhost").
ARD_DOMAIN=
# Optional: human-readable catalog host name (defaults to "arrstack-mcp").
ARD_HOST_NAME=
# Embed the MCP server card inline in the catalog: auto (default) | true | false.
# Set true for static hosting (e.g. GitHub Pages) so the manifest is self-contained.
ARD_EMBED_CARD=auto
# Optional opt-in did:web host identity (e.g. arrstack.example.com). Only set for
# a domain whose root you control and where you host /.well-known/did.json;
# otherwise left off so the catalog never claims an identity that can't resolve.
ARD_DID_WEB=
# ── SABnzbd (Usenet Downloads) ──
SAB_URL=http://localhost:8080
SAB_API_KEY=
# ── Bookshelf (Books — pennydreadful/bookshelf, Hardcover-flavored Readarr fork) ──
BOOKSHELF_URL=http://localhost:8787
BOOKSHELF_API_KEY=