gaggiuino mcp for Zed
io.github.ljcl/gaggiuino-mcp
Remote MCP server for your Gaggiuino espresso machine's shots and profiles
client:Zed
transport:stdio
runtime:oci
Install gaggiuino mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs