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. |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adamconde/personal-health-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server