cribl-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRIBL_BASE_URL | Yes | The base URL of your Cribl cloud instance | |
| CRIBL_AUTH_TYPE | Yes | The authentication type to use (e.g., cloud) | |
| CRIBL_CLIENT_ID | Yes | The client ID for authentication | |
| CRIBL_CLIENT_SECRET | Yes | The client secret for authentication |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cribl_listWorkerGroups | - |
| cribl_getPipelines | - |
| cribl_getSources | - |
| cribl_getPipelineConfig | - |
| cribl_setPipelineConfig | - |
| cribl_restartWorkerGroup | - |
| cribl_getSystemMetrics | Retrieves system metrics from the Cribl deployment. IMPORTANT: To avoid excessively large responses, please use the optional parameters (filterExpr, metricNameFilter, earliest, latest, numBuckets, wp) to narrow down your query whenever possible. If no parameters are provided, the server will default to fetching only the most recent data bucket (numBuckets=1) to prevent performance issues. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/pebbletek/cribl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server