IBM Code Engine MCP Server
About
Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
IBMCLOUD_API_KEY IBMCLOUD_REGION CONTAINER_RUNTIMEClaude Code
claude mcp add --env IBMCLOUD_API_KEY= --env IBMCLOUD_REGION= --env CONTAINER_RUNTIME= code-engine-mcp-server -- npx code-engine-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"code-engine-mcp-server","command":"npx","args":["code-engine-mcp-server"],"env":{"IBMCLOUD_API_KEY":"","IBMCLOUD_REGION":"","CONTAINER_RUNTIME":""}}'
JSON
{
"mcpServers": {
"code-engine-mcp-server": {
"command": "npx",
"args": [
"code-engine-mcp-server"
],
"env": {
"IBMCLOUD_API_KEY": "",
"IBMCLOUD_REGION": "",
"CONTAINER_RUNTIME": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.