Compartment in the official MCP Registry

Compartment is published in the Model Context Protocol registry, the shared catalogue that MCP clients read, under the name io.github.MaxFreedomPollard/compartment. Each release is published there by the same workflow that publishes to PyPI, so the registry's latest version is always the one pip install compartment serves.

Install

pip install compartment && compartment init

Then wire your client: compartment integrate claude, hermes, openclaw, cursor, or any of the 28 clients that compartment integrate --list names. Clients that install straight from the registry run it as uvx compartment serve.

Verify it yourself

The registry has no web page of its own; it is an API. The current entry, as JSON: every published version, or a search for "compartment". The version flagged isLatest names the PyPI release it installs.

Compartment on GitHub ยท on PyPI