Skip to main content
Glama

AEM MCP Server

aem_query_content

Query Adobe Experience Manager (AEM) content using JCR-SQL2 or XPath. Specify query parameters, limit results, and configure host, port, and credentials for targeted content retrieval.

Instructions

Query content using JCR-SQL2 or XPath

Input Schema

NameRequiredDescriptionDefault
hostNoAEM host (default: localhost)localhost
limitNoMaximum number of results (default: 20)
passwordNoAEM password (default: admin)admin
portNoAEM port (default: 4502)
queryYesQuery string (JCR-SQL2 or XPath)
typeNoQuery typeJCR-SQL2
usernameNoAEM username (default: admin)admin

Input Schema (JSON Schema)

{ "properties": { "host": { "default": "localhost", "description": "AEM host (default: localhost)", "type": "string" }, "limit": { "default": 20, "description": "Maximum number of results (default: 20)", "type": "number" }, "password": { "default": "admin", "description": "AEM password (default: admin)", "type": "string" }, "port": { "default": 4502, "description": "AEM port (default: 4502)", "type": "number" }, "query": { "description": "Query string (JCR-SQL2 or XPath)", "type": "string" }, "type": { "default": "JCR-SQL2", "description": "Query type", "enum": [ "JCR-SQL2", "xpath" ], "type": "string" }, "username": { "default": "admin", "description": "AEM username (default: admin)", "type": "string" } }, "required": [ "query" ], "type": "object" }

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