Install the Komodo Development Kit (SDK & CLI)
Prerequisites
Section titled “Prerequisites”- Python 3.11, 3.12 or 3.13 (
>=3.11, <3.14)
Installation
Section titled “Installation”From a new directory, initialize a new uv project:
uv init --python "python >=3.11, <3.14"Then, install the komodo package (SDK and CLI):
uv add komodopip install komodoVerify Installation
Section titled “Verify Installation”After installation, verify that the CLI is available:
uv run komodo --versionYou should see the CLI version number (e.g., Komodo CLI Version: 3.1.0).
You can also check all available commands:
uv run komodo --helpNext steps
Section titled “Next steps”- Quickstart — Authenticate and run your first query
- Authentication — Set up credentials (web login or M2M)
- MCP Server — Connect your AI assistant to Snowflake