C

Cribl Stream

Integrates with Cribl Stream deployments to enable management of configurations, pipelines, sources,...

3 views
0 installs
Updated Nov 2, 2025
Not audited
Integrates with Cribl Stream deployments to enable management of configurations, pipelines, sources, and system metrics for DevOps teams and data engineers monitoring data processing workflows.

To configure the Cribl MCP Server, you'll need to obtain specific environment variables: CRIBL_BASE_URL, CRIBL_AUTH_TYPE, CRIBL_CLIENT_ID, and CRIBL_CLIENT_SECRET. Follow these steps to acquire these values:

  1. Log in to Cribl.Cloud:

  2. Access the API Credentials Section:

    • Once logged in, click on the Products menu at the top bar and select Cribl.
    • In the sidebar, expand the Organization section and click on API Credentials.
  3. Create a New API Credential:

    • Click on the Add Credential button.
    • Provide a descriptive Name and an optional Description for the credential.
    • Under Organization Permissions, select the appropriate role for the credential.
      • If you choose the User role, define the desired permissions for specific workspaces under Workspace Access.
      • Selecting the Admin or Owner role grants admin access to all workspaces.
    • Click Save to create the credential.
  4. Retrieve the Client ID and Client Secret:

    • After saving, the new API Credential will appear in the list.
    • Note down the Client ID and Client Secret associated with this credential. These values are sensitive and should be kept secure.
  5. Determine Your Cribl Base URL:

    • The CRIBL_BASE_URL is typically in the format: https://<workspace_name>-<organization_id>.cribl.cloud.
    • Replace <workspace_name> with your actual workspace name and <organization_id> with your organization ID.
    • For example, if your workspace is named "main" and your organization ID is "12345", your CRIBL_BASE_URL would be https://main-12345.cribl.cloud.
  6. Set the Authentication Type:

    • For Cribl Cloud, the CRIBL_AUTH_TYPE should be set to cloud.
  7. Configure the Environment Variables:

    • In your environment or configuration file, set the following variables:
      • CRIBL_BASE_URL:
      • CRIBL_AUTH_TYPE: cloud
      • CRIBL_CLIENT_ID:
      • CRIBL_CLIENT_SECRET:

Ensure these values are correctly set to establish a successful connection between the Cribl MCP Server and your Cribl Cloud instance.

Quick Start

View on GitHub

More for Monitoring

View All →

More for Analytics and Data

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.