We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrisdoc/hevy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Dockerfile•390 B
# hevy-mcp Docker support was retired in favor of local stdio usage via npx.
# This file intentionally fails to build to make the deprecation explicit.
# Previously published images remain available on GHCR for historical purposes.
FROM alpine:3.20 AS deprecated
RUN echo "hevy-mcp Docker images are no longer maintained.\n" \
&& echo "Install locally instead: npx hevy-mcp" \
&& exit 1