All apps · 0 apps
actual-mcp-server
Docker app from actual-mcp-server's Repository
Overview
Install actual-mcp-server on Unraid in a few clicks.
Find actual-mcp-server in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Related apps
Explore more like this
Explore allDetails
ghcr.io/agigante80/actual-mcp-server:latestRuntime arguments
- Web UI
http://[IP]:[PORT:3600]/health- Network
bridge- Shell
sh- Privileged
- false
Template configuration
MCP HTTP endpoint and the unauthenticated health/metrics endpoints (/http, /health, /metrics).
- Target
- 3600
- Default
- 3600
- Value
- 3600
Persistent data: the local copy of your Actual Budget data (SQLite) the server downloads to run queries against.
- Target
- /app/data
- Default
- /mnt/user/appdata/actual-mcp-server/data
- Value
- /mnt/user/appdata/actual-mcp-server/data
Rotated application log files.
- Target
- /app/logs
- Default
- /mnt/user/appdata/actual-mcp-server/logs
- Value
- /mnt/user/appdata/actual-mcp-server/logs
User ID the service runs as. On Unraid use 99 (nobody) so it can write the appdata directories.
- Default
- 99
- Value
- 99
Group ID the service runs as. On Unraid use 100 (users).
- Default
- 100
- Value
- 100
Container timezone used for log timestamps, e.g. America/New_York.
- Target
- TZ
- Default
- Europe/Madrid
- Value
- Europe/Madrid
REQUIRED. The raw Bearer token clients must send. Generate with `openssl rand -hex 32`. A BLANK value disables all HTTP authentication and exposes your data unauthenticated on the LAN.
- Target
- MCP_SSE_AUTHORIZATION
Your Actual Budget server URL, e.g. https://actual.example.com or http://192.168.1.50:5006.
- Target
- ACTUAL_SERVER_URL
Your Actual Budget server password.
- Target
- ACTUAL_PASSWORD
The budget Sync ID (Actual Budget: open the budget, Settings, Show advanced settings, Sync ID).
- Target
- ACTUAL_BUDGET_SYNC_ID
Node.js runtime environment. Leave as production unless debugging.
- Target
- NODE_ENV
- Default
- production
- Value
- production