We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1nbuc/mcp-integration-suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
access-the-message-service-abbb36a.md•643 B
<!-- loioabbb36a792c34d17a2562333060971ce -->
# Access the Message Service
Learn how to access the Message Service.
## Context
The message service provides a *Service Manager* UI. To use the Service Manager, follow these steps.
## Procedure
1. To display the *Service Manager* port, use `kubectl port-forward ssb-solace-0 8080 -n edge-icell-services`.
2. To get the admin user password, use `kubectl get secret ssbsecrets-solace--template="{{index .data.admin_password | base64decode}}" -n edge-icell-services`.
3. Open an Internet browser using `localhost:8080` enter username `admin` and the password you retrieved before .