the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Imgrund/hybridlog",
"description": "Reads your own Garmin mirror: readiness, training load, muscle freshness, and read-only SQL.",
"title": "hybridlog",
"repository": {
"url": "https://github.com/Imgrund/hybridlog",
"source": "github",
"id": "1334329120"
},
"version": "0.1.12",
"websiteUrl": "https://github.com/Imgrund/hybridlog#connect-an-ai",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/imgrund/hybridlog:0.1.12",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "php",
"type": "positional"
},
{
"value": "artisan",
"type": "positional"
},
{
"value": "mcp:start",
"type": "positional"
},
{
"value": "garmin",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "PostgreSQL URL of the hybridlog database this server reads. The database is created and filled by a hybridlog installation, not by this image.",
"isRequired": true,
"isSecret": true,
"name": "DATABASE_URL"
},
{
"description": "APP_KEY of the same hybridlog installation, so the container can read what that installation encrypted.",
"isRequired": true,
"isSecret": true,
"name": "APP_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://{hybridlog_host}/mcp/garmin",
"variables": {
"hybridlog_host": {
"description": "Host name of your own hybridlog deployment, for example hybridlog.example.com. There is no shared instance: this server runs on hardware you control.",
"isRequired": true
}
}
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T21:00:09.509014Z",
"publishedAt": "2026-08-18T21:00:09.509014Z",
"updatedAt": "2026-08-18T21:00:09.509014Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 0.1.12last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.