所有应用程序 - 0 应用程序
actual-mcp-server
Docker 应用程序 from actual-mcp-server's Repository
概述
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.
下载统计数据
相关应用程序
Explore more like this
Explore all详细信息
ghcr.io/agigante80/actual-mcp-server:latest运行时参数
- 网络用户界面
http://[IP]:[PORT:3600]/health- 网络
bridge- 外壳
sh- 特权
- false
模板配置
MCP HTTP endpoint and the unauthenticated health/metrics endpoints (/http, /health, /metrics).
- 目标
- 3600
- 默认值
- 3600
- 价值
- 3600
Persistent data: the local copy of your Actual Budget data (SQLite) the server downloads to run queries against.
- 目标
- /app/data
- 默认值
- /mnt/user/appdata/actual-mcp-server/data
- 价值
- /mnt/user/appdata/actual-mcp-server/data
Rotated application log files.
- 目标
- /app/logs
- 默认值
- /mnt/user/appdata/actual-mcp-server/logs
- 价值
- /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.
- 默认值
- 99
- 价值
- 99
Group ID the service runs as. On Unraid use 100 (users).
- 默认值
- 100
- 价值
- 100
Container timezone used for log timestamps, e.g. America/New_York.
- 目标
- TZ
- 默认值
- Europe/Madrid
- 价值
- 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.
- 目标
- MCP_SSE_AUTHORIZATION
Your Actual Budget server URL, e.g. https://actual.example.com or http://192.168.1.50:5006.
- 目标
- ACTUAL_SERVER_URL
Your Actual Budget server password.
- 目标
- ACTUAL_PASSWORD
The budget Sync ID (Actual Budget: open the budget, Settings, Show advanced settings, Sync ID).
- 目标
- ACTUAL_BUDGET_SYNC_ID
Node.js runtime environment. Leave as production unless debugging.
- 目标
- NODE_ENV
- 默认值
- production
- 价值
- production