Skip to content
Zed

Health Data (your own Supabase) for Zed

io.github.almostjacked/health-mcp

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

client:Zed transport:stdio runtime:npm

Install Health Data (your own Supabase) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Health Data (your own Supabase) in other clients