MCP Server
MCP
Health Hub MCP
Self-hosted MCP server for Android Health Connect — 34 metrics, daily rollups, dedup, 5 LLM tools.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://{host}/mcp-health",
"headers": [
{
"description": "MCP authentication token. Set MCP_TOKEN in .env, generate with: openssl rand -hex 32. Include 'Bearer ' prefix.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"host": {
"description": "Your server's public hostname with TLS (e.g., health.example.com). Deploy via Docker Compose — see repo README.",
"isRequired": true
}
}
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
By
Comments
Sign in to leave a comment