Cloud Manager MCP Server
Cloud Manager MCP Server lets AEM Developers run pipelines, debug failures, and access Cloud Manager tools directly in their IDE - no context switching.
Introducing the Cloud Manager MCP server, an AI-powered tool that brings CM core capabilities directly into the IDE. In this cursor, IDE customer code is opened. To set up the Cloud Manager MCP, go to Settings. Under the tools in MCP, please add the MCP URL in the config. After enabling and clicking the Connect button, AuthFlow is started and redirect user on browser to log in. User put the credentials, select the IMS org and redirect back to cursor. Now auth is completed and MCP is enabled with authentication. And user can now use Cloud Manager MCP tools.
Let’s try to fetch all the programs that user has access in the IMS org. It calls Cloud Manager tools and get the program details.
Let’s fetch the environment details in a program now. We can see user has two environments in this program. Let’s try to check the last three pipeline executions in this program. It called tools to fetch the pipeline first and then fetches the execution of the pipeline.
We can see one pipeline execution has the failed status. Can we check the logs from here? Let’s ask cursor to fetch the logs.
Wow, we can see the logs of that failed pipeline inside the IDE itself. Now user asks cursor to start the pipeline from here. As it is a write and destructive operation, there is an extra user verification check. A pop window is opened and user need to put the pipeline name to start the deployment.
Now pipeline is running.
Hence this MCP could be very useful to manage program environment pipeline from the IDE.