Installation
Here are all the steps needed to install the SysPlant project. For usage instructions see: CLI usage, Python library or MCP server.
Install as a pip dependency
To also install the optional MCP server support:
Install with Poetry (recommended for development)
git clone https://github.com/x42en/sysplant && cd sysplant
poetry install
# Optional: include MCP server dependencies
poetry install --with mcp