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

IBM Code Engine MCP Server

NPM · CODE-ENGINE-MCP-SERVER · SCANNED AUG 3

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

+21 this week 65 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability64
  • 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 Management23
  • Stability observed for 7 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · code-engine-mcp-server

# add to Claude Code
claude mcp add markusvankempen-code-engine-mcp-server -- npx -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"]
// 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.

  • 3 Aug 26 +1

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

  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • First check of Schema quality: unverified functional
    • Licence: Apache-2.0 functional
  • 31 Jul 26 −6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 44

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 108 packages

108 packages in the resolved dependency tree · 108 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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.