CuratedMCP
⌨️
Cursor
Free

How to Install IBM Cloud MCP in Cursor

Official IBM Cloud integration — manage compute, AI, databases, and security on IBM Cloud

What IBM Cloud MCP does

The official IBM Cloud MCP server gives AI agents access to IBM Cloud resources, AI services, and enterprise workloads. It can provision infrastructure, manage data, and inspect security posture. Features: - Manage IBM Cloud Kubernetes, VMs, and serverless functions - Access Watson AI services and models - Query Cloudant, Db2, and other IBM databases - Manage identity and access policies - Inspect monitoring, logs, and alerts - Deploy and scale applications across regions IBM Cloud MCP is built for enterprise teams using IBM's hybrid cloud platform.

ibm
cloud
watson
hybrid
security

Installation steps

  1. 1Copy the config below
  2. 2Open or create .cursor/mcp.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Cursor or reload the window

Configuration

File location: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global)

.cursor/mcp.jsonjson
{
  "ibmCloudMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@ibm/mcp"
    ],
    "env": {
      "IBM_API_KEY": "...",
      "IBM_REGION": "us-south"
    }
  }
}
Full server details GitHub Open Config Editor

Install in other clients

For maintainers

If you maintain IBM Cloud MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/ibm-cloud-mcp)](https://curatedmcp.com/marketplace/ibm-cloud-mcp)

Related servers