Installation

Python API

pip install thema-pulsar

Or with the MCP extra for a persistent pulsar-mcp binary:

pipx install "thema-pulsar[mcp]"
# then: pulsar install --mode pipx

From source

For development from a source checkout (requires a Rust toolchain):

uv sync
uv run maturin develop --release

Supported Versions

  • Python 3.10+

  • Linux/macOS/Windows (with Rust toolchain for local builds)