Skip to content
Gemini CLI

Watson Orchestrate for Gemini CLI

io.github.markusvankempen/wxo-builder-mcp-server

Manage IBM Watson Orchestrate tools, agents, connections from Cursor, Copilot, Claude.

client:Gemini CLI transport:stdio runtime:npm

Install Watson Orchestrate in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wxo-builder-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@markusvankempen/wxo-builder-mcp-server"
      ],
      "env": {
        "WO_API_KEY": "<WO_API_KEY>",
        "WO_INSTANCE_URL": "<WO_INSTANCE_URL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Watson Orchestrate in other clients