We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/detailobsessed/unblu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
exceptions.py•276 B
class ConfigurationError(Exception):
"""Raised when there's a configuration or setup error.
This exception is caught by the CLI and displayed as a clean error message
without a full traceback, making it easier for users to understand what
went wrong.
"""