hybridlog for Cursor
io.github.imgrund/hybridlog
Reads your own Garmin mirror: readiness, training load, muscle freshness, and read-only SQL.
client:Cursor
transport:streamable-http
runtime:oci
Install hybridlog in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hybridlog": {
"url": "https://{hybridlog_host}/mcp/garmin"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs