Hevy MCP (Remote) for Grok
io.github.rwestergren/hevy-mcp-remote
Hosted/gateway-ready Hevy fitness MCP: workouts, routines, templates.
client:Grok
transport:stdio
runtime:oci
Install Hevy MCP (Remote) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hevy-mcp-remote": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rwestergren/hevy-mcp:0.1.6"
],
"env": {
"HEVY_API_KEY": "<HEVY_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs