health-metrics-service

growthink1/health-metrics-service
★ 0 stars Python 📊 Data/Analytics Updated today
Daily Oura + Whoop ingestion to Postgres for Hugo's auto-regulated training/nutrition planning. Feeds the tools/health/ MCP module in mcp-unified-server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "health-metrics-servi": {
      "command": "uvx",
      "args": [
        "health-metrics-service"
      ]
    }
  }
}

Or install with pip: pip install health-metrics-service

README Excerpt

FastAPI backend for Hugo's personal health metrics dashboard. Ingests from Whoop (v2 API) + Oura, stores in Postgres, computes regulation signals, generates daily narration via Claude. ```bash docker compose up -d postgres uv sync --extra dev alembic upgrade head uvicorn src.health_metrics.main:app --reload --port 8000

Tools (2)

OURA_PERSONAL_TOKENWHOOP_REDIRECT_URI