MCP Server
MCP
Health Data (your own Supabase)
Your health data (weight, macros, weigh-ins) as MCP tools — in your own Supabase, zero custody.
Install
npx -y @almostjacked/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@almostjacked/health-mcp",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Supabase project URL",
"isRequired": true,
"name": "SUPABASE_URL"
},
{
"description": "A secret API key for your project",
"isRequired": true,
"isSecret": true,
"name": "SUPABASE_SECRET_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment