Skip to content

IBM Code Engine MCP Server for Grok

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

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

client:Grok transport:stdio runtime:npm

Install IBM Code Engine MCP Server in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "code-engine-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "code-engine-mcp-server"
      ],
      "env": {
        "IBMCLOUD_API_KEY": "<IBMCLOUD_API_KEY>",
        "IBMCLOUD_REGION": "<IBMCLOUD_REGION>",
        "CONTAINER_RUNTIME": "<CONTAINER_RUNTIME>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

IBM Code Engine MCP Server in other clients