Skip to content

History of MCP server in namespace io.github

io.github.ljcl/gaggiuino-mcp · Status: active

The source provides no name of its own for this entry. The identifier therefore appears on this page as a coordinate, not as the heading.

If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object

Every published change to this entry, most recent first.

Changes
2026-08-24Version: 3.2.0 → 4.0.0
2026-08-24Last changed in the registry (raw): 2026-08-15 → 2026-08-23
2026-08-24First listed in the registry (raw): 2026-08-15 → 2026-08-23
2026-08-24Environment variable descriptions (raw): GAGGIUINO_URL=Gaggiuino machine URL (default http://gaggiuino.local) · HOST=Bind address (default 0.0.0.0) · MCP_ALLOWED_HOSTS=Comma-separated Host header values to accept on /mcp. Empty disables host validation · MCP_ALLOWED_ORIGINS=Comma-separated browser origins allowed to call /mcp, or * to allow any (unsafe). Requests with no Origin header are unaffected · MCP_OAUTH_PASSPHRASE_HASH=scrypt hash of the passphrase you type on the OAuth consent page, in the form scrypt$N$r$p$salt$hash. Required whenever OAuth is enabled. Generate with `bun run hash-passphrase` — never store the passphrase itself · MCP_OAUTH_SECRET=Signing key for self-issued OAuth access and refresh tokens, at least 32 characters (openssl rand -hex 32). Keep it stable across restarts so clients stay signed in · MCP_PUBLIC_URL=Public https origin clients reach this server on, with no path (e.g. https://box.tailnet.ts.net). Set with MCP_OAUTH_SECRET to enable OAuth; it is advertised as the OAuth resource and must match the URL entered in the client exactly · PORT=Server port (default 8000) → GAGGIUINO_URL=Gaggiuino machine URL (default http://gaggiuino.local) · HOST=Bind address (default 0.0.0.0) · LOG_LEVEL=Log verbosity: debug, info, warn, error, or silent (default info). Logs are one JSON object per line on stderr · MCP_ALLOWED_HOSTS=Comma-separated Host header values to accept on /mcp. Empty disables host validation · MCP_ALLOWED_ORIGINS=Comma-separated browser origins allowed to call /mcp, or * to allow any (unsafe). Requests with no Origin header are unaffected · MCP_OAUTH_ISSUER=External OAuth issuer URL to delegate token issuing to (e.g. a Keycloak or Authentik realm). Puts the server in resource-server-only mode; requires MCP_PUBLIC_URL and refuses to start alongside MCP_OAUTH_SECRET or MCP_OAUTH_PASSPHRASE_HASH · MCP_OAUTH_PASSPHRASE_HASH=scrypt hash of the passphrase you type on the OAuth consent page, in the form scrypt$N$r$p$salt$hash. Required whenever OAuth is enabled. Generate with `bun run hash-passphrase` — never store the passphrase itself · MCP_OAUTH_SECRET=Signing key for self-issued OAuth access and refresh tokens, at least 32 characters (openssl rand -hex 32). Keep it stable across restarts so clients stay signed in · MCP_PUBLIC_URL=Public https origin clients reach this server on, with no path (e.g. https://box.tailnet.ts.net). Set with MCP_OAUTH_SECRET to enable OAuth; it is advertised as the OAuth resource and must match the URL entered in the client exactly · PORT=Server port (default 8000)
2026-08-24Package identifiers (raw): ghcr.io/ljcl/gaggiuino-mcp:3.2.0 → ghcr.io/ljcl/gaggiuino-mcp:4.0.0
2026-08-24Environment variables (raw): GAGGIUINO_URL, PORT, HOST, MCP_PUBLIC_URL, MCP_OAUTH_SECRET, MCP_OAUTH_PASSPHRASE_HASH, MCP_ALLOWED_ORIGINS, MCP_ALLOWED_HOSTS → GAGGIUINO_URL, PORT, HOST, MCP_PUBLIC_URL, MCP_OAUTH_SECRET, MCP_OAUTH_PASSPHRASE_HASH, MCP_OAUTH_ISSUER, MCP_ALLOWED_ORIGINS, MCP_ALLOWED_HOSTS, LOG_LEVEL
2026-08-24Package coordinate: oci:ghcr.io/ljcl/gaggiuino-mcp:3.2.0 → oci:ghcr.io/ljcl/gaggiuino-mcp:4.0.0
2026-08-16Last changed in the registry (raw): – → 2026-08-15
2026-08-16First listed in the registry (raw): – → 2026-08-15
2026-08-16Registry status message (raw): – → –
2026-08-16Schema version of the raw record (raw): – → https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
2026-08-16Icon formats (raw): – → –
2026-08-16Environment variable descriptions (raw): – → GAGGIUINO_URL=Gaggiuino machine URL (default http://gaggiuino.local) · HOST=Bind address (default 0.0.0.0) · MCP_ALLOWED_HOSTS=Comma-separated Host header values to accept on /mcp. Empty disables host validation · MCP_ALLOWED_ORIGINS=Comma-separated browser origins allowed to call /mcp, or * to allow any (unsafe). Requests with no Origin header are unaffected · MCP_OAUTH_PASSPHRASE_HASH=scrypt hash of the passphrase you type on the OAuth consent page, in the form scrypt$N$r$p$salt$hash. Required whenever OAuth is enabled. Generate with `bun run hash-passphrase` — never store the passphrase itself · MCP_OAUTH_SECRET=Signing key for self-issued OAuth access and refresh tokens, at least 32 characters (openssl rand -hex 32). Keep it stable across restarts so clients stay signed in · MCP_PUBLIC_URL=Public https origin clients reach this server on, with no path (e.g. https://box.tailnet.ts.net). Set with MCP_OAUTH_SECRET to enable OAuth; it is advertised as the OAuth resource and must match the URL entered in the client exactly · PORT=Server port (default 8000)
2026-08-16Environment variable formats (raw): – → number, string
2026-08-16Delivery form (raw): – → paket
2026-08-16Remote hosts (raw): – → –
2026-08-16Remote URLs (raw): – → –
2026-08-16Runtime hints (raw): – → docker
2026-08-16Package versions (raw): – → –
2026-08-16Package identifiers (raw): – → ghcr.io/ljcl/gaggiuino-mcp:3.2.0
2026-08-16Repository subfolder (raw): – → –
2026-08-16Repository platform (raw): – → github
2026-08-16Path environment variables (raw): – → –
2026-08-16Required secret headers (raw): – → –
2026-08-15Version: 3.1.0 → 3.2.0
2026-08-15Package coordinate: oci:ghcr.io/ljcl/gaggiuino-mcp:3.1.0 → oci:ghcr.io/ljcl/gaggiuino-mcp:3.2.0
2026-08-14Version: 3.0.0 → 3.1.0
2026-08-14Package coordinate: oci:ghcr.io/ljcl/gaggiuino-mcp:3.0.0 → oci:ghcr.io/ljcl/gaggiuino-mcp:3.1.0
2026-08-10Version: 2.0.0 → 3.0.0
2026-08-10Package coordinate: oci:ghcr.io/ljcl/gaggiuino-mcp:2.0.0 → oci:ghcr.io/ljcl/gaggiuino-mcp:3.0.0
2026-08-08Version: 1.6.0 → 2.0.0
2026-08-08Environment variables (raw): GAGGIUINO_URL, PORT, HOST, MCP_AUTH_TOKEN, MCP_ALLOWED_ORIGINS, MCP_ALLOWED_HOSTS → GAGGIUINO_URL, PORT, HOST, MCP_PUBLIC_URL, MCP_OAUTH_SECRET, MCP_OAUTH_PASSPHRASE_HASH, MCP_ALLOWED_ORIGINS, MCP_ALLOWED_HOSTS
2026-08-08Package coordinate: oci:ghcr.io/ljcl/gaggiuino-mcp:1.6.0 → oci:ghcr.io/ljcl/gaggiuino-mcp:2.0.0
2026-08-06Version: – → 1.6.0
2026-08-06Repository URL listed: – → true
2026-08-06Path argument present: – → false
2026-08-06Execution location: – → remote
2026-08-06Credentials required: – → false
2026-08-06Package registries (raw): – → oci
2026-08-06Repository (raw): – → https://github.com/ljcl/gaggiuino-mcp
2026-08-06Path arguments (raw): – → –
2026-08-06Transports (raw): – → streamable-http
2026-08-06Required secret variables (raw): – → –
2026-08-06Environment variables (raw): – → GAGGIUINO_URL, PORT, HOST, MCP_AUTH_TOKEN, MCP_ALLOWED_ORIGINS, MCP_ALLOWED_HOSTS

tracevero · https://tracevero.com/mcp/io-github-ljcl-gaggiuino-mcp/aenderungen