ibmcloud for Cursor
io.github.expertvagabond/ibmcloud
IBM Cloud CLI MCP server
client:Cursor
transport:stdio
runtime:npm
Install ibmcloud in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ibmcloud": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ibmcloud-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs