mcp_hydration
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jprly/mcp_hydration'
If you have feedback or need assistance with the MCP directory API, please join our Discord server