Skip to content

IBM Code Engine MCP Server for Zed

io.github.markusvankempen/code-engine-mcp-server

Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP.

client:Zed transport:stdio runtime:npm

Install IBM Code Engine MCP Server 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": {
    "code-engine-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "code-engine-mcp-server"
      ],
      "env": {
        "IBMCLOUD_API_KEY": "<IBMCLOUD_API_KEY>",
        "IBMCLOUD_REGION": "<IBMCLOUD_REGION>",
        "CONTAINER_RUNTIME": "<CONTAINER_RUNTIME>"
      }
    }
  }
}

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

IBM Code Engine MCP Server in other clients