macOS
Unzip, double-click install.command, follow the wizard.
connector-v0.2.0-rc5
Desktop app that turns any MCP client — Claude Desktop, Cursor,
Cline — into a Cullis-aware agent. One-click install on macOS,
Windows, Linux. Runs a small local dashboard on
localhost:7777.
Pre-release. The Connector is published under release-candidate tags while Cullis is in research preview. API and wire protocol may still change before 1.0.
Unzip, double-click install.command, follow the wizard.
Unzip, double-click install.bat. Windows SmartScreen may prompt once.
Unzip, run ./install.sh. Creates a systemd user unit.
pip install cullis-connector Wheel and source tarball published on every release. Use it to embed the Connector in a Python process, write integration tests, or build your own CLI on top.
pip install cullis-sdk Official Python client for agents. Handles x509 authentication, DPoP binding, session management, discovery. Read the SDK docs →
npm install @cullis/sdk TypeScript client with the same semantics as the Python SDK. Interop-tested against the Python implementation on every CI run.
The Connector talks to a Mastio; the Mastio federates to a Court. If you need to run either of the two server-side components yourself, the deployment page walks you through Docker Compose, Helm, and single-binary installs.
brew install cullis-connector — tap in preparationThe Connector is the edge piece. To use it, you need a Mastio running somewhere (your org's server, or a local demo instance). The Quickstart boots the whole stack on your laptop in a minute.