SNC Cribl MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| CRIBL_PASSWORD | No | Password for authentication | |
| CRIBL_USERNAME | No | Username for authentication | |
| CRIBL_SERVER_URL | No | Base URL of your Cribl deployment | |
| CRIBL_TIMEOUT_MS | No | API request timeout in milliseconds | 10000 |
| CRIBL_VERIFY_SSL | No | Verify SSL certificates | true |
| CRIBL_BEARER_TOKEN | No | Pre-existing bearer token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_groupsA | Return JSON describing all Stream worker groups and Edge fleets in the configured Cribl deployment. |
| list_sourcesA | Return JSON describing all configured Stream and Edge sources in all groups in the Cribl deployment. Includes both regular input sources and collector sources (S3, REST, database, etc.). |
| list_destinationsA | Return JSON describing all configured Stream and Edge destinations in all groups in the Cribl deployment. |
| list_pipelinesA | Return JSON describing configured Stream and Edge pipelines in all groups in the Cribl deployment. Optionally filter by pipeline_id to fetch a specific pipeline. |
| list_routesA | Return JSON describing all configured Stream and Edge routes in all groups in the Cribl deployment. |
| list_breakersB | Return JSON describing all configured Stream and Edge event breakers in all groups in the Cribl deployment. |
| list_lookupsA | Return JSON describing all configured Stream and Edge lookups in all groups in the Cribl deployment. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| Summarize Cribl Configuration | Create a prompt to summarize the current Cribl configuration. |
| Find Broken Sources | Create a prompt to find broken sources. |
| Analyze Pipeline | Analyze a specific pipeline for best practices and potential issues. |
| Troubleshoot Destination | Help troubleshoot issues with a specific destination. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Cribl Groups | Return a JSON list of all worker groups and Edge fleets. |
| Cribl Sources | Return a JSON list of all configured sources. |
| Cribl Destinations | Return a JSON list of all configured destinations. |
| Cribl Pipelines | Return a JSON list of all configured pipelines. |
| Cribl Routes | Return a JSON list of all configured routes. |
| Cribl Event Breakers | Return a JSON list of all configured event breakers. |
| Cribl Lookups | Return a JSON list of all configured lookups. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/atree1023/snc-cribl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server