{
	"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
	"name": "io.github.chrisdoc/hevy-mcp",
	"title": "Hevy MCP Server",
	"description": "MCP server for managing workouts, routines, and exercise data through the Hevy API",
	"repository": {
		"url": "https://github.com/chrisdoc/hevy-mcp",
		"source": "github"
	},
	"version": "6.1.6",
	"packages": [
		{
			"registryType": "npm",
			"identifier": "hevy-mcp",
			"version": "6.1.6",
			"transport": {
				"type": "stdio"
			},
			"environmentVariables": [
				{
					"name": "HEVY_API_KEY",
					"description": "API key for authenticating with the Hevy API",
					"isRequired": true,
					"isSecret": true
				}
			]
		}
	]
}
