Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

IBM Code Engine MCP Server

NPM · CODE-ENGINE-MCP-SERVER · SCANNED SEP 22

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

0 this week 81 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 34 of 109 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability74
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 4603 tokens (~70/item across 65 items; 65 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage85
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 56% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 11 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "icr_delete_image" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 65 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the IBM Code Engine MCP Server server?

IBM Code Engine MCP Server runs locally as an npm package, launched with npx -y code-engine-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · code-engine-mcp-server

# add to Claude Code
claude mcp add markusvankempen-code-engine-mcp-server -- npx -y code-engine-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "markusvankempen-code-engine-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "code-engine-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "markusvankempen-code-engine-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "code-engine-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add markusvankempen-code-engine-mcp-server -- npx -y code-engine-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "markusvankempen-code-engine-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "code-engine-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add markusvankempen-code-engine-mcp-server --command npx --arg -y --arg code-engine-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  markusvankempen-code-engine-mcp-server:
    command: "npx"
    args: ["-y", "code-engine-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "markusvankempen-code-engine-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "code-engine-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add markusvankempen-code-engine-mcp-server -t stdio -c npx -a -y code-engine-mcp-server
// mcp.json
{
  "mcpServers": {
    "markusvankempen-code-engine-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "code-engine-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 18 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Analysed npm/code-engine-mcp-server@1.4.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 109 packages
Packages resolved 109
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 65 exposed · ~4,603 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
build_container_image ~64

Build a container image using Docker or Podman

NameTypeReqDescription
context_pathstringyesBuild context path
dockerfile_pathstringyesPath to Dockerfile
image_namestringyesImage name with tag
runtimestringContainer runtime

No output schema declared.

No examples provided.

ce_create_application ~240

Create a Code Engine application from a container image

NameTypeReqDescription
env_varsobjectKey/value environment variables
imagestringyesContainer image reference
image_secretstringRegistry secret name for pulling the image (e.g. icr-pull-secret)
namestringyes
portnumberContainer port (default 8080)
project_idstringyes
run_argsarrayArguments passed to the container entrypoint (run_arguments). Required for supergateway: ["--stdio", "npx -y <mcp-server>", "--outputTransport", "sse"]
run_commandsarrayOverride the container entrypoint (run_commands). Rarely needed — use run_args for passing flags.
scale_cpu_limitstringCPU limit (e.g. 1, 0.5)
scale_max_instancesnumberMax instances (default 10)
scale_memory_limitstringMemory limit (e.g. 4G, 2G)
scale_min_instancesnumberMin instances (default 0)

No output schema declared.

No examples provided.

ce_create_binding ~105

Create a service binding to connect an IBM Cloud service instance to a Code Engine component

NameTypeReqDescription
component_namestringyesName of the CE app or job to bind the service to
component_resource_typestringyesResource type of the component
prefixstringPrefix for environment variable names injected into the component (optional)
project_idstringyes
secret_namestringyesName of the operator secret referencing the IBM Cloud service instance

No output schema declared.

No examples provided.

ce_create_config_map ~46

Create a configmap in a Code Engine project

NameTypeReqDescription
dataobjectyesKey/value configuration data
namestringyes
project_idstringyes

No output schema declared.

No examples provided.

ce_create_domain_mapping ~122

Map a custom domain to a Code Engine application. Requires a TLS secret created with ce_create_tls_secret_from_pem. The domain CNAME must point to custom.<subdomain>.us-south.codeengine.appdomain.cloud (returned by this call).

NameTypeReqDescription
app_namestringyesCode Engine application to route traffic to
domain_namestringyesCustom domain (e.g. starwars.cranfordpub.ca)
project_idstringyes
tls_secretstringyesName of the TLS secret containing the certificate and key

No output schema declared.

No examples provided.

ce_create_job ~91

Create a job definition in Code Engine

NameTypeReqDescription
env_varsobject
imagestringyesContainer image reference
namestringyes
project_idstringyes
scale_array_specstringArray indices (e.g. 0-9 for 10 instances)
scale_cpu_limitstring
scale_memory_limitstring

No output schema declared.

No examples provided.

ce_create_job_run ~54

Submit a job run from an existing job definition

NameTypeReqDescription
job_namestringyesJob definition name to run
namestringOptional name for this job run
project_idstringyes

No output schema declared.

No examples provided.

ce_create_project ~60

Create a new Code Engine project

NameTypeReqDescription
namestringyesProject name
regionstringyesIBM Cloud region (e.g. us-south, ca-tor)
resource_group_idstringResource group ID (optional)

No output schema declared.

No examples provided.

ce_create_secret ~71

Create a secret in a Code Engine project (generic, registry, ssh_auth, etc.)

NameTypeReqDescription
dataobjectyesKey/value pairs (values must be base64 encoded for binary formats)
formatstringyesSecret type
namestringyes
project_idstringyes

No output schema declared.

No examples provided.

ce_create_tls_secret_from_pem ~157

Create a TLS secret in Code Engine by reading certificate and key PEM files from disk. Use this after obtaining a cert with certbot. The cert and key are read from the given file paths and stored as a Code Engine secret of format "tls".

NameTypeReqDescription
cert_pem_pathstringyesAbsolute path to the certificate PEM file (e.g. ~/certbot/config/live/<domain>/fullchain.pem)
key_pem_pathstringyesAbsolute path to the private key PEM file (e.g. ~/certbot/config/live/<domain>/privkey.pem)
project_idstringyes
secret_namestringyesName for the TLS secret (e.g. my-domain-tls)

No output schema declared.

No examples provided.

ce_delete_application ~31

Delete a Code Engine application

NameTypeReqDescription
app_namestringyes
project_idstringyes

No output schema declared.

No examples provided.

ce_delete_binding ~35

Delete a service binding from a Code Engine project

NameTypeReqDescription
binding_idstringyes
project_idstringyes

No output schema declared.

No examples provided.

ce_delete_config_map ~37

Delete a configmap from a Code Engine project

NameTypeReqDescription
config_map_namestringyes
project_idstringyes

No output schema declared.

No examples provided.

ce_delete_domain_mapping ~43

Delete a custom domain mapping from a Code Engine project

NameTypeReqDescription
domain_namestringyesThe custom domain name to remove
project_idstringyes

No output schema declared.

No examples provided.

ce_delete_job ~32

Delete a Code Engine job definition

NameTypeReqDescription
job_namestringyes
project_idstringyes

No output schema declared.

No examples provided.

ce_delete_project ~23

Delete a Code Engine project

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

ce_delete_secret ~34

Delete a secret from a Code Engine project

NameTypeReqDescription
project_idstringyes
secret_namestringyes

No output schema declared.

No examples provided.

ce_get_app_instance ~56

Get status details for a specific running instance of a Code Engine application

NameTypeReqDescription
app_namestringyes
instance_namestringyesInstance name (from ce_list_app_instances)
project_idstringyes

No output schema declared.

No examples provided.

ce_get_app_logs ~123

Get logs for a Code Engine application. Retrieves logs from all running pods (or a specific instance) via the Code Engine Kubernetes API proxy.

NameTypeReqDescription
app_namestringyesApplication name
instance_namestringOptional: specific pod/instance name to filter to (e.g. my-app-00001-deployment-abcde). If omitted, logs from all pods are returned.
project_idstringyesProject ID or name
tail_linesnumberNumber of log lines to return per pod (default: 100)

No output schema declared.

No examples provided.

ce_get_app_revision ~46

Get details of a specific revision of a Code Engine application

NameTypeReqDescription
app_namestringyes
project_idstringyes
revision_namestringyes

No output schema declared.

No examples provided.

ce_get_application ~33

Get details of a Code Engine application

NameTypeReqDescription
app_namestringyes
project_idstringyes

No output schema declared.

No examples provided.

ce_get_binding ~50

Get details of a specific service binding in a Code Engine project

NameTypeReqDescription
binding_idstringyesThe binding ID (use ce_list_bindings to find it)
project_idstringyes

No output schema declared.

No examples provided.

ce_get_config_map ~40

Get details of a specific configmap in a Code Engine project

NameTypeReqDescription
config_map_namestringyes
project_idstringyes

No output schema declared.

No examples provided.

ce_get_domain_mapping ~50

Get details of a specific custom domain mapping

NameTypeReqDescription
domain_namestringyesThe custom domain name (e.g. starwars.cranfordpub.ca)
project_idstringyes

No output schema declared.

No examples provided.

ce_get_job ~35

Get details of a specific Code Engine job definition

NameTypeReqDescription
job_namestringyes
project_idstringyes

No output schema declared.

No examples provided.

ce_get_job_run ~36

Get status and details of a job run

NameTypeReqDescription
job_run_namestringyes
project_idstringyes

No output schema declared.

No examples provided.

ce_get_project ~30

Get details of a specific Code Engine project

NameTypeReqDescription
project_idstringyesProject ID (UUID)

No output schema declared.

No examples provided.

ce_get_project_status ~36

Get the status details of a Code Engine project (readiness, enabled components, etc.)

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

ce_get_secret ~38

Get metadata for a specific secret (keys only, no values)

NameTypeReqDescription
project_idstringyes
secret_namestringyes

No output schema declared.

No examples provided.

ce_list_app_instances ~39

List all running instances (pods) of a Code Engine application

NameTypeReqDescription
app_namestringyes
project_idstringyes

No output schema declared.

No examples provided.

ce_list_app_revisions ~41

List all revisions (deployed versions) of a Code Engine application

NameTypeReqDescription
app_namestringyes
project_idstringyes

No output schema declared.

No examples provided.

ce_list_applications ~26

List applications in a Code Engine project

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

ce_list_bindings ~37

List all service bindings in a Code Engine project (bindings connect IBM Cloud services to apps/jobs)

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

ce_list_config_maps ~27

List configmaps in a Code Engine project

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

ce_list_domain_mappings ~30

List all custom domain mappings in a Code Engine project

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

ce_list_egress_ips ~43

List the public egress IP addresses used by a Code Engine project (useful for allowlisting in firewalls)

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

ce_list_job_runs ~62

List job runs in a Code Engine project

NameTypeReqDescription
job_namestringFilter by job definition name (optional)
limitnumberMaximum results to return
project_idstringyes
startstringPagination token

No output schema declared.

No examples provided.

ce_list_jobs ~26

List job definitions in a Code Engine project

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

ce_list_projects ~37

List all Code Engine projects across all or a specific region

NameTypeReqDescription
regionstringIBM Cloud region (omit to search all regions)

No output schema declared.

No examples provided.

ce_list_secrets ~26

List secrets in a Code Engine project

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

ce_refresh_icr_pull_secret ~148

Refresh a Code Engine registry pull secret for IBM Container Registry (ICR) using the server's own IBM Cloud API key. Automatically deletes the existing secret and recreates it with fresh credentials. Use this when deployments fail with "no_revision_ready" or "unknown" status — a common cause is a stale or expired ICR pull secret. No API key input required — the server uses its own IBMCLOUD_API_KEY.

NameTypeReqDescription
icr_hoststringICR registry hostname (default: us.icr.io)
project_idstringyes
secret_namestringName of the registry secret to refresh (default: icr-pull-secret)

No output schema declared.

No examples provided.

ce_renew_tls_secret_from_pem ~125

Renew an existing TLS secret in Code Engine by reading updated PEM files from disk. Use this when a Let's Encrypt cert has been renewed (every 90 days). Updates the secret in-place — no need to delete and recreate or update domain mappings.

NameTypeReqDescription
cert_pem_pathstringyesPath to the renewed fullchain.pem (~ supported)
key_pem_pathstringyesPath to the renewed privkey.pem (~ supported)
project_idstringyes
secret_namestringyesName of the existing TLS secret to renew

No output schema declared.

No examples provided.

ce_update_application ~134

Update an existing Code Engine application (image, scaling, etc.)

NameTypeReqDescription
app_namestringyes
imagestringNew container image reference
image_secretstringRegistry secret name for pulling the image
project_idstringyes
run_argsarrayArguments passed to the container entrypoint (run_arguments)
run_commandsarrayOverride the container entrypoint (run_commands)
scale_cpu_limitstring
scale_max_instancesnumber
scale_memory_limitstring
scale_min_instancesnumber

No output schema declared.

No examples provided.

ce_update_config_map ~53

Update an existing Code Engine configmap (PATCH)

NameTypeReqDescription
config_map_namestringyes
dataobjectyesNew key/value data to replace configmap contents
project_idstringyes

No output schema declared.

No examples provided.

ce_update_domain_mapping ~74

Update an existing Code Engine custom domain mapping (PATCH) — e.g. change the target app

NameTypeReqDescription
app_namestringNew application to route traffic to
domain_namestringyes
project_idstringyes
tls_secretstringNew TLS secret name (optional)

No output schema declared.

No examples provided.

ce_update_job ~105

Update an existing Code Engine job definition (PATCH)

NameTypeReqDescription
env_varsobjectKey/value environment variables
imagestringNew container image reference
image_secretstring
job_namestringyes
project_idstringyes
scale_array_specstringArray indices to run (e.g. "0-9")
scale_cpu_limitstring
scale_memory_limitstring

No output schema declared.

No examples provided.

ce_update_secret ~109

Update an existing Code Engine secret in-place (PATCH). Use ce_renew_tls_secret_from_pem for TLS cert renewal. For generic secrets supply a data object with the new key/value pairs.

NameTypeReqDescription
dataobjectyesNew key/value data to replace the secret contents
formatstringSecret format if changing: generic, registry, tls, ssh_auth, basic_auth
project_idstringyes
secret_namestringyesName of the secret to update

No output schema declared.

No examples provided.

ce_wait_for_app_ready ~83

Poll a Code Engine application until its status becomes "ready" or a timeout is reached. Returns immediately when ready. Useful after ce_create_application or ce_update_application to confirm the new revision is live.

NameTypeReqDescription
app_namestringyes
project_idstringyes
timeout_secondsnumberMax seconds to wait (default 120)

No output schema declared.

No examples provided.

detect_container_runtime ~19

Detect available container runtime (Docker or Podman)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

iam_get_token_info ~43

Get information about the current IBM Cloud IAM token — account ID, subject, expiry time, and remaining validity. Useful for diagnosing authentication failures without exposing the token itself.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the IBM Code Engine MCP Server server?

IBM Code Engine MCP Server is listed in the public MCP registry as io.github.markusvankempen/code-engine-mcp-server. Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP. This page covers its npm package (code-engine-mcp-server).

Is the IBM Code Engine MCP Server server safe to use?

IBM Code Engine MCP Server scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the IBM Code Engine MCP Server server expose?

IBM Code Engine MCP Server exposes 65 tools: detect_container_runtime, build_container_image, push_container_image, list_local_images, test_container_locally, and 60 more. Their descriptions and schemas cost roughly 4,603 tokens of context every time the server is loaded.

Is the IBM Code Engine MCP Server server still maintained?

IBM Code Engine MCP Server is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the IBM Code Engine MCP Server server under?

IBM Code Engine MCP Server declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.