Gaggiuino MCP Server
@WynnD
关于 Gaggiuino MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gaggiuino-mcp-server": {
"command": "node",
"args": [
"/path/to/mcp-server-gaggiuino/dist/index.js"
],
"env": {
"GAGGIUINO_BASE_URL": "",
"SERVER_PORT": "",
"MCP_TRANSPORT_TYPE": "",
"REQUEST_TIMEOUT": "",
"LOG_LEVEL": ""
}
}
}
}工具
7Get the current status of the espresso machine
Get the ID of the most recent shot
Get detailed data for a specific shot by ID
Get a list of all available profiles
Select a profile by ID
Delete a profile by ID
Upload data for a new shot
概览
What is Gaggiuino MCP Server?
It is a Model Context Protocol (MCP) server for Gaggiuino‑modified espresso machines. It provides a standardized interface to access and control a Gaggia machine’s API through the MCP protocol, enabling integration with AI assistants and other MCP clients.
How to use Gaggiuino MCP Server?
Clone the repository, run npm install and npm run build, then configure environment variables such as GAGGIUINO_BASE_URL (default http://localhost:3000) and MCP_TRANSPORT_TYPE (default stdio). Start the server with npm start. To connect from Claude Desktop, add an MCP server with the command node /path/to/mcp-server-gaggiuino/dist/index.js.
Key features of Gaggiuino MCP Server
- Access shot data and history
- View and manage espresso profiles
- Monitor machine status in real‑time
- Upload new shot data
- Compatible with AI assistants and other MCP clients
- HTTP and stdio transport support
Use cases of Gaggiuino MCP Server
- Retrieve and review past espresso shot data
- View, select, or delete brewing profiles remotely
- Monitor live machine status from an MCP client
- Upload new shot data programmatically
FAQ from Gaggiuino MCP Server
What are the prerequisites?
Node.js 18 or later, a Gaggiuino‑modified espresso machine accessible via HTTP, and npm or yarn.
How do I configure the server?
Set environment variables: GAGGIUINO_BASE_URL, SERVER_PORT, MCP_TRANSPORT_TYPE, REQUEST_TIMEOUT, and LOG_LEVEL.
Which transport types are supported?
The server supports stdio and http transports, selected via the MCP_TRANSPORT_TYPE environment variable.
What tools are available?
Tools include getSystemStatus, getLatestShot, getShotData, getAllProfiles, selectProfile, deleteProfile, and uploadShot.
Is there a license?
Yes, the server is released under the MIT license.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论