Skip to main content
Glama
adamconde

personal-health-mcp

by adamconde

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNodebug/info/warning/error.info
CADDY_DOMAINNoDomain Caddy serves + gets a cert for.
WEB_PASSWORDYesSingle-user web UI password (hashed with argon2id at boot; never stored in plaintext).
DATABASE_PATHNoSQLite path (default /data/health.db)./data/health.db
TOKEN_ENC_KEYYesFernet key encrypting tokens & client secrets at rest. Comma-separate multiple keys (newest first) to rotate.
MCP_AUTH_TOKENYesBearer token MCP clients must send.
OURA_CLIENT_IDNoHeadless fallback — normally set in the UI.
SESSION_SECRETYesSigns session cookies.
CF_TUNNEL_TOKENNoNamed-tunnel token.
PUBLIC_BASE_URLYesExternal HTTPS origin, no trailing slash (e.g. https://health.example.com). Used to build OAuth redirect URIs.
GOOGLE_CLIENT_IDNoHeadless fallback — normally set in the UI.
OURA_CLIENT_SECRETNoHeadless fallback — normally set in the UI.
WITHINGS_CLIENT_IDNoHeadless fallback — normally set in the UI.
GOOGLE_CLIENT_SECRETNoHeadless fallback — normally set in the UI.
WITHINGS_CLIENT_SECRETNoHeadless fallback — normally set in the UI.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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