Reads your own Garmin mirror: readiness, training load, muscle freshness, and read-only SQL.
npx @getmcp/cli add io.github.Imgrund/hybridlogRequires Docker Engine. Community-contributed server. Review source before installing.
DATABASE_URLPostgreSQL URL of the hybridlog database this server reads. The database is created and filled by a hybridlog installation, not by this image.
APP_KEYAPP_KEY of the same hybridlog installation, so the container can read what that installation encrypted.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Imgrund/hybridlog": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DATABASE_URL",
"-e",
"APP_KEY",
"ghcr.io/imgrund/hybridlog:0.1.12",
"php",
"artisan",
"mcp:start",
"garmin"
],
"env": {
"DATABASE_URL": "",
"APP_KEY": ""
}
}
}
}Ephemeral data sandbox for AI workflows with guardrails and security
Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.
Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.
Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.