"The best code is written after lunch."
FoodForDevs is the first terminal-native, personalised food ordering bridge. Stop losing your flow state to phone apps—order your favorite meals directly from your IDE in under 30 seconds.
Flow state is a developer's superpower. Every time you switch to your phone to browse Zomato, you don't just lose 8 minutes—you lose your momentum.
Food ordering lacks true personalization and seamless integration into daily workflows.
We built a bridge between Zomato's ecosystem and your favorite AI CLIs using the Model Context Protocol (MCP). Your AI assistant now understands your taste, remembers your preferences, and handles the logistics.
Write the integration once, use it everywhere. FoodForDevs works out of the box with:
- Claude Desktop (Stable)
- Claude Code CLI (Stable)
- Gemini CLI (Stable)
- Codex (Beta)
- OpenCode (Beta)
No API keys. No subscriptions. No friction.
Run this command to add the server to your Claude configuration:
cat > ~/Library/Application\ Support/Claude/claude_desktop_config.json << 'EOF'
{
"mcpServers": {
"zomato-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-server.zomato.com/mcp"
]
}
}
}
EOFType find pizza restaurants in any supported tool. A browser will open—login with your Zomato phone number once.
/zomato:find biryani
/zomato:menu [restaurant_id]
/zomato:order [dish_name]Set your preferences once and let the agent handle the rest.
"Tonight I want something for dinner"
The agent will automatically:
- Search Smart based on your chicken/veg/spice preferences.
- Recommend from your favorite spots like Paradise or Behrouz.
- Budget within your ₹500-800 range.
- Track the delivery for you.
We are building the future of agentic commerce. If you love the idea of seamless, AI-driven ordering, we'd love your help!
- ⭐ Star this repo to show your support.
- 🍴 Fork and submit a PR for new features.
- Suggest new integrations in the Issues.
Built with ❤️ by Deepan



