An MCP server for IBM Code Engine plus Docker/Podman workflows. It can build, push, validate, and deploy container images, and manage Code Engine projects, apps, secrets, domains, and IBM Container Registry images.
From the registry: Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP.

Please install the `code-engine-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18+** — Node.js version 18 or newer is required to run the MCP server and use npm/npx. (https://nodejs.org/)
- **Get an IBM Cloud API key** — An IBM Cloud API key is required for the server to authenticate to IBM Code Engine. The README states this is required for normal use. (https://cloud.ibm.com/iam/apikeys)
Optional prerequisites:
- Install container runtime (optional) — Install Docker or Podman if you want to use the container build/test/push tools exposed by this MCP server. These are not required for Code Engine API-only features.
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","code-engine-mcp-server"]
- required environment variables:
- `IBMCLOUD_API_KEY`: IBM Cloud API key used to authenticate with IBM Code Engine. (example: `<your-ibm-cloud-api-key>`)
- optional environment variables:
- `IBMCLOUD_REGION`: IBM Cloud region to target. The README notes the VS Code extension defaults to us-south if omitted. (example: `<your-ibm-cloud-region>`)
Note: The README shows local clone/build usage (`npm install`, `npm run build`, then `node build/index.js`) and client-specific examples using `node .../build/index.js`, but it also provides a published npm package and states the VS Code extension starts the server with `npx -y code-engine-mcp-server`. Per the portability rule, the canonical config uses the npm package via npx.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.IBM_CLOUD_API_KEYrequiredUsed to authenticate with IBM Cloud and create registry secrets / access Code Engine resources.Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
Validate oh-my-posh configurations and segment snippets against the official schema.