# This file is part of the MCP Server package.
from infrastructure.logging.logging_factory import LoggingFactory
from infrastructure.logging.logging_service import LoggingService
# Create a global logger instance
logger: LoggingService = LoggingFactory.create_logger("standard", {
"name": "mcp_server",
"level": "INFO"
})
__all__ = ["logger", "LoggingService", "LoggingFactory"]
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/cabrit0/mcp_server_reuneMacacada'
If you have feedback or need assistance with the MCP directory API, please join our Discord server