Hevy MCP (Remote)✓
io.github.rwestergren/hevy-mcp-remote · v0.1.6
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.rwestergren/hevy-mcp-remote",
"description": "Hosted/gateway-ready Hevy fitness MCP: workouts, routines, templates.",
"title": "Hevy MCP (Remote)",
"repository": {
"url": "https://github.com/rwestergren/hevy-mcp",
"source": "github",
"id": "1228015582"
},
"version": "0.1.6",
"websiteUrl": "https://github.com/rwestergren/hevy-mcp",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/rwestergren/hevy-mcp:0.1.6",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://localhost:8080/mcp"
},
"runtimeArguments": [
{
"value": "8080:8080",
"type": "named",
"name": "-p"
},
{
"value": "HEVY_API_KEY={HEVY_API_KEY}",
"type": "named",
"name": "-e"
}
],
"environmentVariables": [
{
"description": "Hevy API key (requires Hevy PRO). Get one in the Hevy app under Settings -> Developer.",
"isRequired": true,
"isSecret": true,
"name": "HEVY_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}