Hevy MCP (Remote) for Windsurf
io.github.rwestergren/hevy-mcp-remote
Hosted/gateway-ready Hevy fitness MCP: workouts, routines, templates.
client:Windsurf
transport:stdio
runtime:oci
Install Hevy MCP (Remote) in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"hevy-mcp-remote": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rwestergren/hevy-mcp:0.1.6"
],
"env": {
"HEVY_API_KEY": "<HEVY_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs