Back to Home
hessius icon

MeticAI

Verified Safe

by hessius

Overview

MeticAI serves as an AI barista, transforming a Meticulous Espresso Machine into an AI-powered coffee expert by analyzing coffee bags or user preferences to generate and upload custom espresso recipes.

Installation

Run Command
sudo docker compose up -d --build

Environment Variables

  • GEMINI_API_KEY
  • METICULOUS_IP
  • PI_IP

Security Notes

The system utilizes subprocess execution for Docker commands and shell scripts, which is a common and generally safe pattern for container orchestration, provided the executed scripts are trusted. API keys and sensitive IPs are handled via environment variables, not hardcoded. However, the `/api/trigger-update` endpoint, which initiates system updates and container rebuilds, lacks authentication. This means anyone with network access to the server can trigger updates, posing a potential denial-of-service risk or, in a highly compromised scenario, a vector for pulling malicious code if the configured Git repositories were compromised. For robust security, restricting access to this endpoint at the network level is recommended. The Gemini client's 'yolo mode' relies on the Meticulous MCP server to expose only safe tools, which is explicitly stated as a security control.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-17

Tags

AI BaristaEspresso Machine ControlGemini AIFastAPIDocker