We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/atree1023/snc-cribl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""Client package for Cribl MCP server.
Provides HTTP client setup and token management for the Cribl Control Plane API:
- ``cribl_client``: Async context manager factory for configured SDK clients
- ``token_manager``: Bearer token lifecycle management with automatic refresh
"""