Skip to main content
Glama

AEM MCP Server

aem_replicate_content

Activate or deactivate content replication to AEM publish instances by specifying the content path, action, and host details using the MCP server.

Instructions

Replicate content to publish instance

Input Schema

NameRequiredDescriptionDefault
actionNoReplication action (activate/deactivate)activate
hostNoAEM host (default: localhost)localhost
passwordNoAEM password (default: admin)admin
pathYesContent path to replicate
portNoAEM port (default: 4502)
usernameNoAEM username (default: admin)admin

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "activate", "description": "Replication action (activate/deactivate)", "enum": [ "activate", "deactivate" ], "type": "string" }, "host": { "default": "localhost", "description": "AEM host (default: localhost)", "type": "string" }, "password": { "default": "admin", "description": "AEM password (default: admin)", "type": "string" }, "path": { "description": "Content path to replicate", "type": "string" }, "port": { "default": 4502, "description": "AEM port (default: 4502)", "type": "number" }, "username": { "default": "admin", "description": "AEM username (default: admin)", "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from AEM MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pradeep-moolemane/aem-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server