Skip to main content
Glama

MCP Server for Coroot

configure_integration

Set up or update integration configurations for projects in the Coroot observability platform. Supports Prometheus, AWS, Slack, Teams, PagerDuty, Opsgenie, and custom webhooks for seamless monitoring and alerting.

Instructions

Configure an integration for a project.

Sets up or updates an integration configuration. Each integration type has specific configuration requirements.

Integration types:

  • prometheus: Metrics data source

  • clickhouse: Long-term storage

  • aws: AWS services integration

  • slack: Slack notifications

  • teams: Microsoft Teams notifications

  • pagerduty: PagerDuty alerts

  • opsgenie: Opsgenie alerts

  • webhook: Custom webhooks

Args: project_id: Project ID integration_type: Type of integration config: Integration-specific configuration dictionary

Input Schema

NameRequiredDescriptionDefault
configYes
integration_typeYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "config": { "additionalProperties": true, "title": "Config", "type": "object" }, "integration_type": { "title": "Integration Type", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "integration_type", "config" ], "type": "object" }

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/jamesbrink/mcp-coroot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server