Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Connhex Server

FreeNot checked

Enables natural language interaction with Connhex IoT platform APIs for managing devices, telemetry, rules, and resources via MCP tools.

GitHubEmbed

About

Enables natural language interaction with Connhex IoT platform APIs for managing devices, telemetry, rules, and resources via MCP tools.

README

Tools workspace for Connhex. Contains the MCP server, the CLI, and the API SDK as sibling packages in a single uv workspace.

Packages

Package Description README
connhex-sdk Async Python client for the Connhex API. Used internally by the other packages.
connhex-mcp MCP server that exposes Connhex APIs as tools for AI clients (Claude, etc.).
connhex-cli Command-line interface for managing connhex resources.

Getting started

Prerequisites: Python 3.11+, uv.

git clone https://github.com/compiuta-origin/connhex-tools.git
cd connhex-tools
uv sync

This installs all three packages and their dependencies into a shared .venv.

Development

uv run pytest                        # run all tests
uv run ruff check . && uv run ruff format .
uv run pre-commit run --all-files

Run a specific package's tests:

uv run pytest packages/connhex-cli/tests

from github.com/compiuta-origin/connhex-mcp-server

Installing Connhex Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/compiuta-origin/connhex-mcp-server

FAQ

Is Connhex Server MCP free?

Yes, Connhex Server MCP is free — one-click install via Unyly at no cost.

Does Connhex Server need an API key?

No, Connhex Server runs without API keys or environment variables.

Is Connhex Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Connhex Server in Claude Desktop, Claude Code or Cursor?

Open Connhex Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Connhex Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs