Manage IBM Cloud services, Watson AI, and Kubernetes clusters.
## IBM Cloud MCP Server: Enterprise AI and Hybrid Cloud The **IBM Cloud MCP Server** integrates IBM Cloud into Google Antigravity. Access Watson AI, Kubernetes, and hybrid cloud services on IBM's enterprise platform. ### Why IBM Cloud MCP? IBM offers enterprise AI and hybrid cloud. The MCP provides: - **Watson AI**: AI and ML services - **Kubernetes**: IBM Cloud Kubernetes - **OpenShift**: Red Hat OpenShift - **Hybrid**: Cloud Pak integration ### Key Features #### 1. Watson AI Services Enterprise AI: - Natural Language - Speech to Text - Visual Recognition - Watson Assistant #### 2. Container Platforms Kubernetes options: - IBM Kubernetes Service - Red Hat OpenShift - Cloud Foundry ### Configuration ```json { "mcpServers": { "ibm-cloud": { "command": "npx", "args": ["-y", "@ibm/cloud-mcp"], "env": { "IBMCLOUD_API_KEY": "your-api-key" } } } } ``` The IBM Cloud MCP brings enterprise AI and hybrid cloud to your workflow.
{
"mcpServers": {
"ibm-cloud": {}
}
}