bhyve-mcp
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., "@bhyve-mcpstart watering zone 1 for 20 minutes"
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.
bhyve-mcp
MCP server for Orbit B-Hyve irrigation systems. Query and control sprinklers from Claude Code, Cursor, or any MCP-compatible client.
Features
Read tools: list devices, device status, zones, programs, watering history
Write tools: start/stop watering, rain delay, device mode, program updates, smart watering toggle
Resources:
bhyve://devicesandbhyve://device/{device_id}/zonesTransport: stdio (local MCP)
Related MCP server: mcp-teslamate-fleet
Requirements
Python 3.10+
uv (recommended) or pip
Orbit B-Hyve account
Setup
Clone this repo and install dependencies:
cd bhyve-mcp
uv syncCopy credentials:
cp .env.example .env
# Edit .env with your BHYVE_EMAIL and BHYVE_PASSWORDCursor / Claude Code configuration
Add to ~/.cursor/mcp.json or your project's .mcp.json:
{
"mcpServers": {
"bhyve": {
"command": "uv",
"args": [
"run",
"--directory",
"/path/to/bhyve-mcp",
"python",
"-m",
"bhyve_mcp.server"
],
"env": {
"BHYVE_EMAIL": "your-email@example.com",
"BHYVE_PASSWORD": "your-password"
}
}
}
}Replace /path/to/bhyve-mcp with the absolute path to this directory.
Development
# Run tests
uv run pytest
# Interactive MCP testing
uv run mcp dev src/bhyve_mcp/server.pyArchitecture
FastMCP (
mcpPython SDK) — MCP tool/resource server over stdioVendored pybhyve — B-Hyve REST + WebSocket client (from sebr/bhyve-home-assistant)
Session wrapper — lazy auth, token refresh on 401/403, structured errors
Write operations (start watering, rain delay, etc.) use the B-Hyve WebSocket API. Read operations use REST polling.
Safety
start_wateringdefaults to a 30-minute max unlessallow_extended_runtime=trueRain delay capped at 168 hours (7 days)
Watering duration capped at 120 minutes
License
MIT
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
- 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/norman2112/bhyve-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server