Skip to content

Installation

Requirements

  • Python 3.9 or higher
  • No GPU, API keys, or external services required — runs fully on CPU

Install

Terminal window
pip install semble

Or with uv:

Terminal window
uv add semble

MCP Server Extra

To use Semble as an MCP server with agents like Claude Code, Cursor, or OpenCode, install the mcp extra:

Terminal window
pip install "semble[mcp]"

Or, use uvx to run it without a permanent install:

Terminal window
uvx --from "semble[mcp]" semble