Skip to content
Zed

watsonx for Zed

io.github.expertvagabond/watsonx

IBM watsonx.ai MCP server for Claude integration

client:Zed transport:stdio runtime:npm

Install watsonx in Zed

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

{
  "context_servers": {
    "watsonx": {
      "command": "npx",
      "args": [
        "-y",
        "watsonx-mcp-server"
      ]
    }
  }
}

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

watsonx in other clients