
IBM Code Engine MCP Server
Let your coding agent manage IBM Code Engine projects, apps, builds, jobs, and runtime from chat instead of clicking through IBM Cloud consoles.
Overview
IBM Code Engine MCP Server is an operate-phase MCP server that connects AI assistants to IBM Code Engine for project, app, build, job, and runtime operations.
What is this MCP server?
- stdio MCP server v1.1.0 published as npm package code-engine-mcp-server
- Operations across Code Engine projects, applications, builds, batch jobs, and runtime
- Authenticates with required IBMCLOUD_API_KEY plus optional IBMCLOUD_REGION default
- Optional CONTAINER_RUNTIME override supports docker or podman for local build flows
- MCP integration for Claude Code and Cursor—not a deploy skill or Terraform module
- Server schema version 1.1.0 with stdio transport via npm identifier code-engine-mcp-server
- 3 documented environment variables including 1 required secret IBMCLOUD_API_KEY
- Supports optional container runtime values docker and podman
What problem does it solve?
Toggling between IBM Cloud Code Engine consoles and your agent session breaks flow when you need quick build, deploy, or job fixes.
Who is it for?
Indie builders or consultants already on IBM Cloud who deploy services to Code Engine and want MCP-driven ops from Claude Code or Cursor.
Skip if: Teams on Vercel, Fly, or AWS-only stacks with no IBM Cloud account or Code Engine project.
What do I get? / Deliverables
After you register the stdio server with IBMCLOUD_API_KEY, your agent can run Code Engine API workflows from the same thread where you edit code.
- MCP tool access for Code Engine project and app lifecycle
- Agent-triggered builds, jobs, and runtime checks on your region
- Optional docker or podman build path via CONTAINER_RUNTIME
Recommended MCP Servers
Journey fit
Code Engine is where containerized workloads actually run in production on IBM Cloud, so the natural catalog shelf is operate/infra even though you also use it while building. Project, app, build, job, and runtime operations are day-two deployment and infrastructure tasks on a managed serverless platform.
How it compares
IBM Cloud runtime MCP integration, not a generic Dockerfile generator or Kubernetes skill.
Common Questions / FAQ
Who is IBM Code Engine MCP Server for?
It is for developers who use IBM Code Engine and want their AI coding agent to manage projects, apps, builds, jobs, and runtime over MCP.
When should I use IBM Code Engine MCP Server?
Use it when you are operating or iterating on workloads already hosted on Code Engine and want console-free changes from your editor.
How do I add IBM Code Engine MCP Server to my agent?
Install the npm package code-engine-mcp-server, add a stdio MCP entry in Claude Code or Cursor, and set IBMCLOUD_API_KEY plus optional IBMCLOUD_REGION and CONTAINER_RUNTIME.