zencontrol-tpi-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., "@zencontrol-tpi-mcpdim the conference room lights to 75%"
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.
Zencontrol TPI MCP Servers
Remote MCP tool servers for zencontrol TPI Classic and TPI Advanced, packaged for Docker with SSE transport and Cloudflare Tunnel exposure for Hermes agents.
Tools
Tool | Classic | Advanced |
| Yes | Yes |
| Yes | Yes |
| Yes | Yes |
| — | Yes |
| — | Yes |
Related MCP server: BACnet MCP Server
Quick start (local)
cd zencontrol-mcp
cp .env.example .env
# Edit ZENCONTROL_HOST and MCP_AUTH_TOKEN
pip install fastmcp mcp pydantic starlette uvicorn pytest
set PYTHONPATH=packages
python servers/classic/server.py # port 8101
python servers/advanced/server.py # port 8102Docker
docker compose up -d
curl http://127.0.0.1:8101/health
curl -N -H "Authorization: Bearer YOUR_TOKEN" http://127.0.0.1:8101/sseCloudflare Tunnel + Hermes
See deploy/cloudflared/README.md and deploy/hermes-config.example.yaml.
Docker MCP catalog
docker mcp catalog create zencontrol-catalog
docker mcp catalog add zencontrol-catalog zencontrol-tpi-classic ./servers/classic/catalog-entry.yaml
docker mcp catalog add zencontrol-catalog zencontrol-tpi-advanced ./servers/advanced/catalog-entry.yamlTests
set PYTHONPATH=packages
pytest tests/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/colesiu415/zencontrol-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server