Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AEM_HOST | No | The URL of the AEM instance | http://localhost:4502 |
| MCP_PORT | No | The port for the MCP server | 8080 |
| AEM_XF_ROOT | No | The root path for AEM experience fragments | /content/experience-fragments |
| GATEWAY_PORT | No | The port for the gateway server | 3001 |
| MCP_PASSWORD | No | The password for MCP authentication | admin |
| MCP_USERNAME | No | The username for MCP authentication | admin |
| AEM_MAX_DEPTH | No | The maximum depth for AEM operations | 5 |
| AEM_SITES_ROOT | No | The root path for AEM sites | /content |
| OPENAI_API_KEY | No | Your OpenAI API key for AI integration | |
| AEM_ASSETS_ROOT | No | The root path for AEM assets | /content/dam |
| AEM_SERVICE_USER | No | The AEM service user username | admin |
| AEM_DEFAULT_AGENT | No | The default AEM replication agent | publish |
| AEM_QUERY_TIMEOUT | No | The timeout for AEM queries in milliseconds | 30000 |
| AEM_PUBLISHER_URLS | No | The URLs of AEM publisher instances | http://localhost:4503 |
| AEM_TEMPLATES_ROOT | No | The root path for AEM templates | /conf |
| TELEGRAM_BOT_TOKEN | No | Your Telegram bot token for chat-based AEM management | |
| AEM_QUERY_MAX_LIMIT | No | The maximum limit for AEM queries | 100 |
| AEM_SERVICE_PASSWORD | No | The AEM service user password | admin |
| AEM_ALLOWED_COMPONENTS | No | Comma-separated list of allowed AEM components | text,image,hero,button,list,teaser,carousel |
| AEM_QUERY_DEFAULT_LIMIT | No | The default limit for AEM queries | 20 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |