Skip to main content
Glama
jprly
by jprly

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 sync

Related MCP server: Nutrition MCP

Running Locally

MCP Demo

1. Start the MCP Server

Run the server on http://127.0.0.1:8000.

uv run python main.py

2. Dev Inspector (Optional)

To interact with the running server using the dev inspector:

uv run fastmcp dev main.py:mcp

The inspector will be available at http://localhost:6274.

MCP Inspector Overview

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.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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