Installation
Requirements
Python 3.8 or later
Linux, macOS, or Windows
Basic Install
pip install pyucis
This installs the ucis command-line tool and all core library functionality.
With MCP Server Support
To enable the MCP Server for AI assistant integration:
pip install pyucis[dev]
This adds the pyucis-mcp-server command and its dependencies
(mcp, lxml, pyyaml, jsonschema).
Verify the Install
ucis --help
You should see the list of available sub-commands.