Loading MCP server directory, please wait...
Remote MCP server for your Gaggiuino espresso machine's shots and profiles
npx @getmcp/cli add io.github.ljcl/gaggiuino-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ljcl/gaggiuino-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GAGGIUINO_URL",
"-e",
"PORT",
"-e",
"HOST",
"-e",
"MCP_PUBLIC_URL",
"-e",
"MCP_OAUTH_SECRET",
"-e",
"MCP_OAUTH_PASSPHRASE_HASH",
"-e",
"MCP_OAUTH_ISSUER",
"-e",
"MCP_ALLOWED_ORIGINS",
"-e",
"MCP_ALLOWED_HOSTS",
"-e",
"LOG_LEVEL",
"ghcr.io/ljcl/gaggiuino-mcp:4.0.0"
],
"env": {
"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": ""
}
}
}
}