Installation

AutoCarver can be installed from PyPI.

Pick your package manager below — the choice applies to every command on this page.

Driving AutoCarver from an LLM (MCP server)

To run the local MCP server (so an MCP-aware assistant can qualify and carve features through tool calls), install the mcp extra:

uv add "autocarver[mcp]"
pip install "autocarver[mcp]"

See LLM & MCP Integration for client configuration and the available tools.