Todas las aplicaciones - 0 aplicaciones
actual-mcp-server
Aplicación Docker from actual-mcp-server's Repository
Visión general
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.
Categorías
Descargar estadísticas
Aplicaciones relacionadas
Explore more like this
Explore allDetalles
ghcr.io/agigante80/actual-mcp-server:latestArgumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3600]/health- Red
bridge- Concha
sh- Privilegiado
- false
Configuración de plantillas
MCP HTTP endpoint and the unauthenticated health/metrics endpoints (/http, /health, /metrics).
- Objetivo
- 3600
- Por defecto
- 3600
- Valor
- 3600
Persistent data: the local copy of your Actual Budget data (SQLite) the server downloads to run queries against.
- Objetivo
- /app/data
- Por defecto
- /mnt/user/appdata/actual-mcp-server/data
- Valor
- /mnt/user/appdata/actual-mcp-server/data
Rotated application log files.
- Objetivo
- /app/logs
- Por defecto
- /mnt/user/appdata/actual-mcp-server/logs
- Valor
- /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.
- Por defecto
- 99
- Valor
- 99
Group ID the service runs as. On Unraid use 100 (users).
- Por defecto
- 100
- Valor
- 100
Container timezone used for log timestamps, e.g. America/New_York.
- Objetivo
- TZ
- Por defecto
- Europe/Madrid
- Valor
- 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.
- Objetivo
- MCP_SSE_AUTHORIZATION
Your Actual Budget server URL, e.g. https://actual.example.com or http://192.168.1.50:5006.
- Objetivo
- ACTUAL_SERVER_URL
Your Actual Budget server password.
- Objetivo
- ACTUAL_PASSWORD
The budget Sync ID (Actual Budget: open the budget, Settings, Show advanced settings, Sync ID).
- Objetivo
- ACTUAL_BUDGET_SYNC_ID
Node.js runtime environment. Leave as production unless debugging.
- Objetivo
- NODE_ENV
- Por defecto
- production
- Valor
- production