Skip to main content
Glama

AEM MCP Server

aem_bundle_status

Monitor and verify the status of OSGi bundles in AEM instances by providing bundle ID, host, port, and credentials for targeted analysis and troubleshooting.

Instructions

Check OSGi bundle status

Input Schema

NameRequiredDescriptionDefault
bundleIdNoSpecific bundle ID or symbolic name (optional)
hostNoAEM host (default: localhost)localhost
passwordNoAEM password (default: admin)admin
portNoAEM port (default: 4502)
usernameNoAEM username (default: admin)admin

Input Schema (JSON Schema)

{ "properties": { "bundleId": { "description": "Specific bundle ID or symbolic name (optional)", "type": "string" }, "host": { "default": "localhost", "description": "AEM host (default: localhost)", "type": "string" }, "password": { "default": "admin", "description": "AEM password (default: admin)", "type": "string" }, "port": { "default": 4502, "description": "AEM port (default: 4502)", "type": "number" }, "username": { "default": "admin", "description": "AEM username (default: admin)", "type": "string" } }, "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