Before you begin
Required software
The watsonx Orchestrate MCP Server requires the use of the watsonx Orchestrate ADK. Make sure you have all the necessary dependencies.Package Runner Approach
You can run the watsonx Orchestrate MCP Server using either pipx or uvx. This method combines file installation and server startup into a single command.- uvx
- pipx
uv is a new Python package and environment manager written in Rust. It replaces many common tools such as pip, pip-tools, pipx, poetry, pyenv, twine, and virtualenv in a single tool. For more information, see Install uv.
BASH
Local Installation Approach
You can install the package locally. For this approach, use a virtual environment to avoid package conflicts.- System installation
- Virtual environments
- uv
- Install the MCP Server package on your system:
BASH
- Start the MCP Server:
BASH