Odel
ibmcloud mcp server

ibmcloud mcp server

Local
@expertvagabondRustMITUpdated 5mo ago

IBM Cloud CLI MCP server

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmibmcloud-mcp-serverv1.0.1

Run

npx -y ibmcloud-mcp-server

MCP client config

{
  "mcpServers": {
    "ibmcloud-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ibmcloud-mcp-server"
      ]
    }
  }
}