Skip to content

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

Registry name
io.github.ljcl/gaggiuino-mcp
Package coordinate
oci:ghcr.io/ljcl/gaggiuino-mcp:4.0.0
Version
4.0.0
Listed in the registry
2026-08-23
Changed in the registry
2026-08-23
First seen by tracevero
2026-08-06
Vendor's website
https://github.com/ljcl/gaggiuino-mcp#readme

Remote MCP server for your Gaggiuino espresso machine's shots and profiles

Vendor's own description, untranslated and unverified

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean

Measured values

Measured values
Credentials requiredno
Raw declaration – Required secret variables (raw): confirmed absent
Raw declaration – Required secret headers (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Execution locationremote
Raw declaration – Transports (raw): streamable-http
Source: MCP-Register · collected on 2026-08-06 · derived
Path argument presentno
Raw declaration – Path arguments (raw): confirmed absent
Raw declaration – Path environment variables (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Repository URL listedyes
Raw declaration – Repository (raw): https://github.com/ljcl/gaggiuino-mcp
Source: MCP-Register · collected on 2026-08-06 · derived
Version4.0.0
Source: MCP-Register · collected on 2026-08-24 · self-declared

Position within the holdings

How many of the 24,507 published entries carry the same measured value. A reference figure, not an assessment.

All 4 values together are carried by 6,878 of 24,507 entries.

This entry appears in these selections

The source's raw values23

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.

Raw values
Environment variables (raw)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
Source: MCP-Register · collected on 2026-08-24 · self-declared
Required secret variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Transports (raw)streamable-http
Source: MCP-Register · collected on 2026-08-06 · self-declared
Path arguments (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Repository (raw)https://github.com/ljcl/gaggiuino-mcp
Source: MCP-Register · collected on 2026-08-06 · self-declared
Package registries (raw)oci
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret headers (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Path environment variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote URLs (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote hosts (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Registry status message (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
First listed in the registry (raw)2026-08-23
Source: MCP-Register · collected on 2026-08-24 · self-declared
Last changed in the registry (raw)2026-08-23
Source: MCP-Register · collected on 2026-08-24 · self-declared
Schema version of the raw record (raw)https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
Source: MCP-Register · collected on 2026-08-16 · self-declared
Delivery form (raw)paket
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository platform (raw)github
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository subfolder (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package identifiers (raw)ghcr.io/ljcl/gaggiuino-mcp:4.0.0
Source: MCP-Register · collected on 2026-08-24 · self-declared
Package versions (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Runtime hints (raw)docker
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable formats (raw)number, string
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable descriptions (raw)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)
Source: MCP-Register · collected on 2026-08-24 · self-declared
Icon formats (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared

Changes

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): – → –

These are the 10 most recent changes to this entry. Full history

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