Analyze your workout history, manage routines, track progress, and help you plan future training using your real fitness data from Hevy. Cero technical knowledge required!
サーバー設定
{
"mcpServers": {
"hevy": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://unofficial-hevy-mcp.up.railway.app/mcp",
"--header",
"X-HEVY-API-KEY:${HEVY_API_KEY}"
],
"env": {
"HEVY_API_KEY": "<your api key>"
}
}
}
}