hybridlog for Claude Desktop
io.github.imgrund/hybridlog
Reads your own Garmin mirror: readiness, training load, muscle freshness, and read-only SQL.
client:Claude Desktop
transport:streamable-http
runtime:oci
Install hybridlog in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hybridlog": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{hybridlog_host}/mcp/garmin"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs