IBM Code Engine MCP Server
Rank #15,266io.github.markusvankempen/code-engine-mcp-server
Connect AI assistants to IBM Code Engine for project, app, build, job, and runtime operations.
IBM Code Engine MCP Server is a Model Context Protocol (MCP) server published by markusvankempen. It ranks #15,266 of 115,591 servers tracked on MCP Toplist. IBM Code Engine MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on May 8, 2026 and most recently updated on May 12, 2026.
Ranks ahead of 100,325 of 115,591 servers on MCP Toplist.
Use IBM Code Engine MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add code-engine-mcp-server -e "IBMCLOUD_API_KEY=<your IBMCLOUD_API_KEY>" -e "IBM_CLOUD_API_KEY=<your IBM_CLOUD_API_KEY>" -e "IBMCLOUD_REGION=<your IBMCLOUD_REGION>" -e "CONTAINER_RUNTIME=<your CONTAINER_RUNTIME>" -- npx -y code-engine-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.code-engine-mcp-server]
command = "npx"
args = ["-y", "code-engine-mcp-server"]
[mcp_servers.code-engine-mcp-server.env]
IBMCLOUD_API_KEY = "<your IBMCLOUD_API_KEY>"
IBM_CLOUD_API_KEY = "<your IBM_CLOUD_API_KEY>"
IBMCLOUD_REGION = "<your IBMCLOUD_REGION>"
CONTAINER_RUNTIME = "<your CONTAINER_RUNTIME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"code-engine-mcp-server": {
"command": "npx",
"args": [
"-y",
"code-engine-mcp-server"
],
"env": {
"IBMCLOUD_API_KEY": "<your IBMCLOUD_API_KEY>",
"IBM_CLOUD_API_KEY": "<your IBM_CLOUD_API_KEY>",
"IBMCLOUD_REGION": "<your IBMCLOUD_REGION>",
"CONTAINER_RUNTIME": "<your CONTAINER_RUNTIME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"code-engine-mcp-server": {
"command": "npx",
"args": [
"-y",
"code-engine-mcp-server"
],
"env": {
"IBMCLOUD_API_KEY": "<your IBMCLOUD_API_KEY>",
"IBM_CLOUD_API_KEY": "<your IBM_CLOUD_API_KEY>",
"IBMCLOUD_REGION": "<your IBMCLOUD_REGION>",
"CONTAINER_RUNTIME": "<your CONTAINER_RUNTIME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"code-engine-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"code-engine-mcp-server"
],
"env": {
"IBMCLOUD_API_KEY": "<your IBMCLOUD_API_KEY>",
"IBM_CLOUD_API_KEY": "<your IBM_CLOUD_API_KEY>",
"IBMCLOUD_REGION": "<your IBMCLOUD_REGION>",
"CONTAINER_RUNTIME": "<your CONTAINER_RUNTIME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"code-engine-mcp-server": {
"command": "npx",
"args": [
"-y",
"code-engine-mcp-server"
],
"env": {
"IBMCLOUD_API_KEY": "<your IBMCLOUD_API_KEY>",
"IBM_CLOUD_API_KEY": "<your IBM_CLOUD_API_KEY>",
"IBMCLOUD_REGION": "<your IBMCLOUD_REGION>",
"CONTAINER_RUNTIME": "<your CONTAINER_RUNTIME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"code-engine-mcp-server": {
"command": "npx",
"args": [
"-y",
"code-engine-mcp-server"
],
"env": {
"IBMCLOUD_API_KEY": "<your IBMCLOUD_API_KEY>",
"IBM_CLOUD_API_KEY": "<your IBM_CLOUD_API_KEY>",
"IBMCLOUD_REGION": "<your IBMCLOUD_REGION>",
"CONTAINER_RUNTIME": "<your CONTAINER_RUNTIME>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.markusvankempen%2Fcode-engine-mcp-server)<a href="https://mcptoplist.com/server/io.github.markusvankempen%2Fcode-engine-mcp-server"><img src="https://mcptoplist.com/badge/io.github.markusvankempen%2Fcode-engine-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
markusvankempen
Other servers by markusvankempen
- Maximo MCP Server#13,958 · 6 vers
- Quantum OpenQASM MCP#24,625 · 1 ver
- Wxo Agent MCP#38,639 · 3 vers
- Wxo Builder MCP Server#43,326 · 2 vers
- Zendesk MCP#58,135 · 1 ver
- Slack ↔ WxO MCP Gateway#61,468 · 1 ver
Available versions (5)
| Version | Published |
|---|---|
| 1.1.0 | May 12, 2026 |
| 1.0.6 | May 9, 2026 |
| 1.0.3 | May 9, 2026 |
| 1.0.2 | May 8, 2026 |
| 1.0.1 | May 8, 2026 |
Frequently asked questions
- Who maintains IBM Code Engine MCP Server?
- IBM Code Engine MCP Server is maintained by markusvankempen, which publishes 7 MCP servers (19 total versions) tracked on MCP Toplist.
- Is IBM Code Engine MCP Server listed on the Official MCP Registry?
- Yes — IBM Code Engine MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does IBM Code Engine MCP Server have?
- MCP Toplist tracks 5 versions of IBM Code Engine MCP Server, most recently published on May 12, 2026.
- Where can I find the source code for IBM Code Engine MCP Server?
- The source code for IBM Code Engine MCP Server is hosted at github.com/markusvankempen/code-engine-mcp-server.