Skip to content
Zed

IBM watsonx.ai Granite for Zed

io.github.nirholas/ibm-watsonx

IBM watsonx.ai MCP by three.ws: chat, text generation, embeddings, and tokenization.

client:Zed transport:stdio runtime:npm

Install IBM watsonx.ai Granite 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": {
    "ibm-watsonx": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/ibm-watsonx-mcp"
      ],
      "env": {
        "WATSONX_API_KEY": "<WATSONX_API_KEY>",
        "WATSONX_PROJECT_ID": "<WATSONX_PROJECT_ID>",
        "WATSONX_SPACE_ID": "<WATSONX_SPACE_ID>",
        "WATSONX_URL": "<WATSONX_URL>",
        "WATSONX_MODEL_ID": "<WATSONX_MODEL_ID>",
        "WATSONX_EMBED_MODEL_ID": "<WATSONX_EMBED_MODEL_ID>",
        "WATSONX_API_VERSION": "<WATSONX_API_VERSION>"
      }
    }
  }
}

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

IBM watsonx.ai Granite in other clients