-ADK-Smart-Cafeteria-Assistant

ramna722/-ADK-Smart-Cafeteria-Assistant
★ 0 stars Unknown language AI/LLM Updated today
A premium, AI-powered ordering assistant built with the ADK 2.0 multi-agent workflow engine and the Gemini 2.5-flash model. The application features a beautiful, glassmorphic dark-mode web kiosk UI, a secure custom MCP server for transactional operations, a prompt-injection security checkpoint, and a robust human-in-the-loop (HITL) approval gate.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "-adk-smart-cafeteria": {
      "command": "npx",
      "args": [
        "-y",
        "ramna722/-ADK-Smart-Cafeteria-Assistant"
      ]
    }
  }
}