IBM Code Engine MCP Server for Cline
io.github.markusvankempen/code-engine-mcp-server
Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP.
client:Cline
transport:stdio
runtime:npm
Install IBM Code Engine MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"code-engine-mcp-server": {
"command": "npx",
"args": [
"-y",
"code-engine-mcp-server"
],
"env": {
"IBMCLOUD_API_KEY": "<IBMCLOUD_API_KEY>",
"IBMCLOUD_REGION": "<IBMCLOUD_REGION>",
"CONTAINER_RUNTIME": "<CONTAINER_RUNTIME>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs