personal-health-mcp
by adamconde
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | debug/info/warning/error. | info |
| CADDY_DOMAIN | No | Domain Caddy serves + gets a cert for. | |
| WEB_PASSWORD | Yes | Single-user web UI password (hashed with argon2id at boot; never stored in plaintext). | |
| DATABASE_PATH | No | SQLite path (default /data/health.db). | /data/health.db |
| TOKEN_ENC_KEY | Yes | Fernet key encrypting tokens & client secrets at rest. Comma-separate multiple keys (newest first) to rotate. | |
| MCP_AUTH_TOKEN | Yes | Bearer token MCP clients must send. | |
| OURA_CLIENT_ID | No | Headless fallback — normally set in the UI. | |
| SESSION_SECRET | Yes | Signs session cookies. | |
| CF_TUNNEL_TOKEN | No | Named-tunnel token. | |
| PUBLIC_BASE_URL | Yes | External HTTPS origin, no trailing slash (e.g. https://health.example.com). Used to build OAuth redirect URIs. | |
| GOOGLE_CLIENT_ID | No | Headless fallback — normally set in the UI. | |
| OURA_CLIENT_SECRET | No | Headless fallback — normally set in the UI. | |
| WITHINGS_CLIENT_ID | No | Headless fallback — normally set in the UI. | |
| GOOGLE_CLIENT_SECRET | No | Headless fallback — normally set in the UI. | |
| WITHINGS_CLIENT_SECRET | No | Headless fallback — normally set in the UI. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues