← Index

WxO Agent MCP

io.github.markusvankempen/wxo-agent-mcp·v1.0.8·Other
Quality Score
92
/100

Invoke a Watson Orchestrate agent via MCP. Configure with WO_AGENT_ID.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "wxo-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wxo-agent-mcp"
      ],
      "env": {
        "WO_API_KEY": "<your-wo_api_key>",
        "WO_INSTANCE_URL": "<wo_instance_url>",
        "WO_AGENT_ID": "<wo_agent_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "wxo-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wxo-agent-mcp"
      ],
      "env": {
        "WO_API_KEY": "<your-wo_api_key>",
        "WO_INSTANCE_URL": "<wo_instance_url>",
        "WO_AGENT_ID": "<wo_agent_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y wxo-agent-mcp
§02  Environment variables
WO_API_KEY
requiredsecret

IBM Cloud API key for Watson Orchestrate

WO_INSTANCE_URL
required

Watson Orchestrate instance URL (e.g. https://xxx.orchestrate.ibm.com)

WO_AGENT_ID
required

Agent ID to invoke (or use WO_AGENT_IDs)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other