Skip to main content
Glama
shelfio

Datadog MCP Server

by shelfio

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DD_API_KEYYesDatadog API Key used for authentication with Datadog's API
DD_APP_KEYYesDatadog Application Key used for authorization and is tied to a specific user account

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_ci_pipelines

List CI pipelines from Datadog CI Visibility with optional filtering

get_pipeline_fingerprints

Get unique pipeline fingerprints for specific repositories/services

get_logs

Search and retrieve logs from Datadog with flexible filtering parameters. Similar to get_metrics but for log data.

get_logs_field_values

Get possible values for a specific log field to understand filtering options

get_teams

Get Datadog teams and their members

get_metrics

Execute metric queries on Datadog. Specify the metric name and optional filters/aggregations to build and execute the query.

get_metric_fields

Get available fields/tags for a specific metric from Datadog to help with aggregation queries

get_metric_field_values

Get all possible values for a specific field of a metric from Datadog to discover available dimensions

list_metrics

List all available metrics from Datadog. Useful for discovering metrics before querying them with get_metrics.

list_service_definitions

List all service definitions from Datadog. Service definitions describe the structure, ownership, and metadata of services in your organization.

get_service_definition

Retrieve the definition of a specific service from Datadog. Service definitions contain metadata, ownership, and configuration details for individual services.

list_monitors

List all monitors from Datadog. Monitors are used for alerting on metrics, logs, and other data.

list_slos

List Service Level Objectives (SLOs) from Datadog. SLOs define service level targets and track performance against those targets.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/shelfio/datadog-mcp'

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