Health Data (your own Supabase) for Cursor
io.github.almostjacked/health-mcp
Your health data (weight, macros, weigh-ins) as MCP tools — in your own Supabase, zero custody.
client:Cursor
transport:stdio
runtime:npm
Install Health Data (your own Supabase) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"health-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@almostjacked/health-mcp"
],
"env": {
"SUPABASE_URL": "<SUPABASE_URL>",
"SUPABASE_SECRET_KEY": "<SUPABASE_SECRET_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs