Hydration
БесплатноНе проверенMCP server for tracking water intake, enabling users to log and manage hydration data via natural language.
Описание
MCP server for tracking water intake, enabling users to log and manage hydration data via natural language.
README
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
Running Locally

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.

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.
Установка Hydration
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jprly/mcp_hydrationFAQ
Hydration MCP бесплатный?
Да, Hydration MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Hydration?
Нет, Hydration работает без API-ключей и переменных окружения.
Hydration — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Hydration в Claude Desktop, Claude Code или Cursor?
Открой Hydration на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Hydration with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
