Hevy MCP for Zed
io.github.diecoscai/hevy-mcp
MCP server for the Hevy fitness API — spec-generated schemas, dry-run-safe writes, easy setup.
client:Zed
transport:stdio
runtime:npm
Install Hevy MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hevy-mcp": {
"command": "npx",
"args": [
"-y",
"@diecoscai/hevy-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs