Gaggiuino MCP Server
by ljcl
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind to. | 0.0.0.0 |
| PORT | No | Port for the MCP server. | 8000 |
| LOG_LEVEL | No | debug, info, warn, error, or silent. Logs are one JSON object per line on stderr. | info |
| GAGGIUINO_URL | No | URL of your Gaggiuino machine. | http://gaggiuino.local |
| MCP_AUTH_TOKEN | No | Shared secret required as Authorization: Bearer <token> on /mcp. Unset serves the endpoint unauthenticated and disables select_profile. | |
| MCP_ALLOWED_HOSTS | No | Comma-separated Host header values to accept. Empty disables the check. | |
| MCP_ALLOWED_ORIGINS | No | Comma-separated browser origins allowed to call /mcp. * allows any (unsafe). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |