Health Data (your own Supabase)
Rank #11,371io.github.almostjacked/health-mcp
Your health data (weight, macros, weigh-ins) as MCP tools — in your own Supabase, zero custody.
Health Data (your own Supabase) is a Model Context Protocol (MCP) server published by almostjacked. It ranks #11,371 of 115,460 servers tracked on MCP Toplist. Health Data (your own Supabase) is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 27, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 104,089 of 115,460 servers on MCP Toplist.
Use Health Data (your own Supabase)
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add health-mcp -e "SUPABASE_URL=<your SUPABASE_URL>" -e "SUPABASE_SECRET_KEY=<your SUPABASE_SECRET_KEY>" -- npx -y @almostjacked/health-mcpReplace each placeholder with your own value before saving.
[mcp_servers.health-mcp]
command = "npx"
args = ["-y", "@almostjacked/health-mcp"]
[mcp_servers.health-mcp.env]
SUPABASE_URL = "<your SUPABASE_URL>"
SUPABASE_SECRET_KEY = "<your SUPABASE_SECRET_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"health-mcp": {
"command": "npx",
"args": [
"-y",
"@almostjacked/health-mcp"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SECRET_KEY": "<your SUPABASE_SECRET_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"health-mcp": {
"command": "npx",
"args": [
"-y",
"@almostjacked/health-mcp"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SECRET_KEY": "<your SUPABASE_SECRET_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"health-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@almostjacked/health-mcp"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SECRET_KEY": "<your SUPABASE_SECRET_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"health-mcp": {
"command": "npx",
"args": [
"-y",
"@almostjacked/health-mcp"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SECRET_KEY": "<your SUPABASE_SECRET_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"health-mcp": {
"command": "npx",
"args": [
"-y",
"@almostjacked/health-mcp"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SECRET_KEY": "<your SUPABASE_SECRET_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.almostjacked%2Fhealth-mcp)<a href="https://mcptoplist.com/server/io.github.almostjacked%2Fhealth-mcp"><img src="https://mcptoplist.com/badge/io.github.almostjacked%2Fhealth-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
almostjacked
Other servers by almostjacked
View all almostjacked servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Aug 7, 2026 |
| 0.1.0 | Jul 27, 2026 |
Frequently asked questions
- Who maintains Health Data (your own Supabase)?
- Health Data (your own Supabase) is maintained by almostjacked, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Health Data (your own Supabase) listed on the Official MCP Registry?
- Yes — Health Data (your own Supabase) is listed on the Official MCP Registry, alongside Glama.
- How many versions does Health Data (your own Supabase) have?
- MCP Toplist tracks 2 versions of Health Data (your own Supabase), most recently published on Aug 7, 2026.
- Where can I find the source code for Health Data (your own Supabase)?
- The source code for Health Data (your own Supabase) is hosted at github.com/almostjacked/health-mcp.