Skip to content
Windsurf

gaggiuino mcp for Windsurf

io.github.ljcl/gaggiuino-mcp

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

client:Windsurf transport:stdio runtime:oci

Install gaggiuino mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gaggiuino-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ljcl/gaggiuino-mcp:4.0.0"
      ],
      "env": {
        "GAGGIUINO_URL": "<GAGGIUINO_URL>",
        "PORT": "<PORT>",
        "HOST": "<HOST>",
        "MCP_PUBLIC_URL": "<MCP_PUBLIC_URL>",
        "MCP_OAUTH_SECRET": "<MCP_OAUTH_SECRET>",
        "MCP_OAUTH_PASSPHRASE_HASH": "<MCP_OAUTH_PASSPHRASE_HASH>",
        "MCP_OAUTH_ISSUER": "<MCP_OAUTH_ISSUER>",
        "MCP_ALLOWED_ORIGINS": "<MCP_ALLOWED_ORIGINS>",
        "MCP_ALLOWED_HOSTS": "<MCP_ALLOWED_HOSTS>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

gaggiuino mcp in other clients