arc-relay
Aplicación Docker from Jeremiah's Repository
Visión general
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:8080]- Red
bridge- Privilegiado
- false
Configuración de plantillas
Port for the Arc Relay web UI and API proxy.
- Objetivo
- 8080
- Por defecto
- 8080
- Valor
- 8080
Persistent storage for SQLite database. Upgrading from MCP Wrangler? Point this at your existing /mnt/user/appdata/mcp-wrangler directory.
- Objetivo
- /data
- Por defecto
- /mnt/user/appdata/arc-relay
- Valor
- /mnt/user/appdata/arc-relay
Docker socket for managing MCP server containers (stdio and HTTP server types).
- Objetivo
- /var/run/docker.sock
- Por defecto
- /var/run/docker.sock
- Valor
- /var/run/docker.sock
Encrypts stored credentials (OAuth tokens, API keys, env vars). Generate with: openssl rand -hex 32. IMPORTANT: Do not lose this key - encrypted data becomes unreadable without it. Upgrading from MCP Wrangler? Use the same key as before.
- Objetivo
- ARC_RELAY_ENCRYPTION_KEY
Signs web UI session cookies. Generate with: openssl rand -hex 32. If omitted, a random secret is generated on each restart (sessions won't survive restarts).
- Objetivo
- ARC_RELAY_SESSION_SECRET
Password for the admin web UI account (only used on first run to create the admin user).
- Objetivo
- ARC_RELAY_ADMIN_PASSWORD
Path to SQLite database inside the container. Upgrading from MCP Wrangler? Set to /data/mcp-wrangler.db or rename your DB file.
- Objetivo
- ARC_RELAY_DB_PATH
- Por defecto
- /data/arc-relay.db
- Valor
- /data/arc-relay.db
External URL for OAuth callbacks and install scripts (e.g., https://mcp.yourdomain.com). Required for OAuth and invite token onboarding. Leave blank for http://localhost:PORT.
- Objetivo
- ARC_RELAY_BASE_URL
Sentry DSN for error tracking. Leave blank to disable.
- Objetivo
- ARC_RELAY_SENTRY_DSN
Anthropic API key for LLM-powered tool context optimization. Enables the 'Run Optimization' feature on server detail pages to compress tool descriptions and reduce token usage. Get a key at https://console.anthropic.com/. Leave blank to disable.
- Objetivo
- ARC_RELAY_LLM_API_KEY
Model to use for tool optimization. Default is claude-haiku-4-5-20251001 (fast and cheap). Only change if you want to use a different Anthropic model.
- Objetivo
- ARC_RELAY_LLM_MODEL
- Por defecto
- claude-haiku-4-5-20251001
- Valor
- claude-haiku-4-5-20251001
Categorías
Detalles
ghcr.io/comma-compliance/arc-relay:latestEjecute arc-relay en Unraid.
arc-relay se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.