Skip to content
Windsurf

Health Data (your own Supabase) for Windsurf

io.github.almostjacked/health-mcp

Your health data (weight, macros, weigh-ins) as MCP tools — in your own Supabase, zero custody.

client:Windsurf transport:stdio runtime:npm

Install Health Data (your own Supabase) in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@almostjacked/health-mcp"
      ],
      "env": {
        "SUPABASE_URL": "<SUPABASE_URL>",
        "SUPABASE_SECRET_KEY": "<SUPABASE_SECRET_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Health Data (your own Supabase) in other clients