Skip to content
Zed

WxO Agent MCP for Zed

io.github.markusvankempen/wxo-agent-mcp

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

client:Zed transport:stdio runtime:npm

Install WxO Agent MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "wxo-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wxo-agent-mcp"
      ],
      "env": {
        "WO_API_KEY": "<WO_API_KEY>",
        "WO_INSTANCE_URL": "<WO_INSTANCE_URL>",
        "WO_AGENT_ID": "<WO_AGENT_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

WxO Agent MCP in other clients