mcp_hydration
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp_hydrationlog 2 glasses of water"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP-HYDRATION
A proof of concept MCP server for tracking water intake, using fastmcp and managed with uv.
Installation
This project was developed with Python 3.13 and uses uv for dependency management.
Install Dependencies:.
uv syncRelated MCP server: Nutrition MCP
Running Locally

1. Start the MCP Server
Run the server on http://127.0.0.1:8000.
uv run python main.py2. Dev Inspector (Optional)
To interact with the running server using the dev inspector:
uv run fastmcp dev main.py:mcpThe inspector will be available at http://localhost:6274.

Interacting with Claude Desktop
To use this server as a tool with the Claude Desktop application, configure a custom Model Control Protocol (MCP) server.
Configuration: Add the following JSON object to your Claude Desktop configuration:
{
"mcpServers": {
"mcpHydrationServer": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--streamableHttp",
"http://127.0.0.1:8000/mcp"
]
}
},
"isUsingBuiltInNodeForMcp": true
}Ensure the server is running locally (see step 1 above) before connecting with Claude Desktop.
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcpOAuthcom.gibsonai
GibsonAI MCP server: manage your databases with natural language
MCP server for Withings health data — sleep, activity, heart, and body metrics.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for RiverScript, an AI transcription platform - fetches transcripts shared via a link.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceHydration Reminder AI - MCP server providing AI-powered tools and automation by MEOK AI Labs8 npmMIT
- AlicenseNot gradedqualityBmaintenanceA remote MCP server for personal nutrition tracking that enables logging meals, tracking macros, and reviewing nutrition history through conversation.117 npm63MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that reads local SQLite database populated by a Playwright scraper to provide daily summary, food log, weight history, and water log from LoseIt.MIT
- AlicenseAqualityCmaintenanceMCP server for managing houseplants by recording waterings and observations, providing care reminders and diagnosis through natural language.9MIT