HealthLedger MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEALTH_MCP_DB | No | SQLite database path. | ~/.healthledger/health.db |
| HEALTH_MCP_HOST | No | Bind host (only when HEALTH_MCP_TRANSPORT=http). | 127.0.0.1 |
| HEALTH_MCP_PATH | No | Path for MCP endpoint (only when HEALTH_MCP_TRANSPORT=http). | /mcp |
| HEALTH_MCP_PORT | No | Bind port (only when HEALTH_MCP_TRANSPORT=http). | 8800 |
| HEALTH_MCP_MAX_ROWS | No | Max rows returned by a list query. | 1000 |
| HEALTH_MCP_AUDIT_LOG | No | Audit log path. | ~/.healthledger/audit.log |
| HEALTH_MCP_TRANSPORT | No | Transport mode: stdio (local) or http (remote, opt-in). | stdio |
| HEALTH_MCP_PUBLIC_URL | No | Public URL of the server (only when HEALTH_MCP_TRANSPORT=http). | |
| HEALTH_MCP_DEFAULT_USER | No | Default user label when none is passed. | me |
| HEALTH_MCP_ALLOWED_LOGINS | No | Comma-separated list of allowed GitHub logins (required only when HEALTH_MCP_TRANSPORT=http). | |
| HEALTH_MCP_MAX_TEXT_CHARS | No | Max chars per free-text field. | 20000 |
| HEALTH_MCP_MAX_EXPORT_ROWS | No | Max rows per export page. | 500 |
| HEALTH_MCP_GITHUB_CLIENT_ID | No | GitHub OAuth client ID (required only when HEALTH_MCP_TRANSPORT=http). | |
| HEALTH_MCP_RATE_LIMIT_CALLS | No | Calls allowed per window. | 240 |
| HEALTH_MCP_MAX_BULK_JSON_CHARS | No | Max JSON payload size for bulk import. | 200000 |
| HEALTH_MCP_GITHUB_CLIENT_SECRET | No | GitHub OAuth client secret (required only when HEALTH_MCP_TRANSPORT=http). | |
| HEALTH_MCP_MAX_WEARABLE_IMPORT_ROWS | No | Max wearable samples per import call. | 500 |
| HEALTH_MCP_RATE_LIMIT_WINDOW_SECONDS | No | Rate-limit window length. | 60 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Cole-Will-I-Am/HealthLedger-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server