Your health data (weight, macros, weigh-ins) as MCP tools — in your own Supabase, zero custody.
claude mcp add health-mcp -- npx -y @almostjacked/health-mcp
claude_desktop_config.json
{
"mcpServers": {
"health-mcp": {
"command": "npx",
"args": [
"-y",
"@almostjacked/health-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"health-mcp": {
"command": "npx",
"args": [
"-y",
"@almostjacked/health-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"health-mcp": {
"command": "npx",
"args": [
"-y",
"@almostjacked/health-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"health-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@almostjacked/health-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"health-mcp": {
"command": "npx",
"args": [
"-y",
"@almostjacked/health-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.almostjacked--health-mcp/reviews or the review_server meta-tool.
POST /mcp