hybridlog
Rank #7,914io.github.Imgrund/hybridlog
Reads your own Garmin mirror: readiness, training load, muscle freshness, and read-only SQL.
hybridlog is a Model Context Protocol (MCP) server published by Imgrund. It ranks #7,914 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. hybridlog is listed across 2 registries — Official MCP and Glama, with 11 tracked versions. It was first listed on Aug 15, 2026 and most recently updated on Sep 3, 2026.
Ranks ahead of 124,132 of 132,046 servers on MCP Toplist.
Use hybridlog
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http hybridlog https://{hybridlog_host}/mcp/garminclaude mcp add hybridlog -e "DATABASE_URL=<your DATABASE_URL>" -e "APP_KEY=<your APP_KEY>" -- docker run -i --rm ghcr.io/imgrund/hybridlog:0.1.13 php artisan mcp:start garminReplace each placeholder with your own value before saving.
[mcp_servers.hybridlog]
url = "https://{hybridlog_host}/mcp/garmin"Add to ~/.codex/config.toml.
[mcp_servers.hybridlog]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/imgrund/hybridlog:0.1.13", "php", "artisan", "mcp:start", "garmin"]
[mcp_servers.hybridlog.env]
DATABASE_URL = "<your DATABASE_URL>"
APP_KEY = "<your APP_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://{hybridlog_host}/mcp/garminSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"hybridlog": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/imgrund/hybridlog:0.1.13",
"php",
"artisan",
"mcp:start",
"garmin"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"APP_KEY": "<your APP_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hybridlog": {
"url": "https://{hybridlog_host}/mcp/garmin"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"hybridlog": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/imgrund/hybridlog:0.1.13",
"php",
"artisan",
"mcp:start",
"garmin"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"APP_KEY": "<your APP_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hybridlog": {
"type": "http",
"url": "https://{hybridlog_host}/mcp/garmin"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"hybridlog": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/imgrund/hybridlog:0.1.13",
"php",
"artisan",
"mcp:start",
"garmin"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"APP_KEY": "<your APP_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hybridlog": {
"serverUrl": "https://{hybridlog_host}/mcp/garmin"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hybridlog": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/imgrund/hybridlog:0.1.13",
"php",
"artisan",
"mcp:start",
"garmin"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"APP_KEY": "<your APP_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hybridlog": {
"url": "https://{hybridlog_host}/mcp/garmin"
}
}
}{
"mcpServers": {
"hybridlog": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/imgrund/hybridlog:0.1.13",
"php",
"artisan",
"mcp:start",
"garmin"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"APP_KEY": "<your APP_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Imgrund%2Fhybridlog)<a href="https://mcptoplist.com/server/io.github.Imgrund%2Fhybridlog"><img src="https://mcptoplist.com/badge/io.github.Imgrund%2Fhybridlog.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Imgrund
Available versions (11)
| Version | Published |
|---|---|
| 0.1.13 | Sep 3, 2026 |
| 0.1.12 | Aug 18, 2026 |
| 0.1.11 | Aug 18, 2026 |
| 0.1.10 | Aug 18, 2026 |
| 0.1.9 | Aug 18, 2026 |
| 0.1.8 | Aug 18, 2026 |
| 0.1.7 | Aug 17, 2026 |
| 0.1.6 | Aug 16, 2026 |
| 0.1.5 | Aug 16, 2026 |
| 0.1.3 | Aug 16, 2026 |
| 0.1.2 | Aug 15, 2026 |
Frequently asked questions
- Who maintains hybridlog?
- hybridlog is maintained by Imgrund, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is hybridlog listed on the Official MCP Registry?
- Yes — hybridlog is listed on the Official MCP Registry, alongside Glama.
- How many versions does hybridlog have?
- MCP Toplist tracks 11 versions of hybridlog, most recently published on Sep 3, 2026.
- Where can I find the source code for hybridlog?
- The source code for hybridlog is hosted at github.com/Imgrund/hybridlog.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.