Hevy MCP Server for Zed
io.github.chrisdoc/hevy-mcp
MCP server for managing workouts, routines, and exercise data through the Hevy API
client:Zed
transport:stdio
runtime:npm
Install Hevy MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hevy-mcp": {
"command": "npx",
"args": [
"-y",
"hevy-mcp"
],
"env": {
"HEVY_API_KEY": "<HEVY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs