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",
"ghcr.io/ljcl/gaggiuino-mcp:1.0.1"
],
"env": {
"GAGGIUINO_URL": "",
"PORT": "",
"HOST": ""
}
}
}
}