loading…
Search for a command to run...
loading…
Hydration Reminder AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Hydration Reminder AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for hydration reminder ai mcp operations
Hydration Reminder Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
log_water_intake |
Log water/beverage intake. Specify ml directly or use container type (glass, bot |
get_daily_hydration |
Get today's hydration summary with progress toward target. |
calculate_target |
Calculate personalized daily hydration target based on weight, activity, and cli |
get_hydration_tips |
Get hydration tips and advice for specific situations. |
pip install meok-hydration-reminder-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"hydration-reminder-ai": {
"command": "python",
"args": ["-m", "meok_hydration_reminder_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"hydration-reminder-ai-mcp": {
"command": "npx",
"args": []
}
}
}