MCP Server
MCP
Hevy MCP (Remote)
Hosted/gateway-ready Hevy fitness MCP: workouts, routines, templates.
Install
oci:ghcr.io/rwestergren/hevy-mcp:0.1.6
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment