MCP.so
Sign In

datadog-mcp-server

@i524

About datadog-mcp-server

MCP Server for Datadog

Basic information

Category

Developer Tools

License

MIT license

Runtime

node

Transports

stdio

Publisher

i524

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "datadog-mcp-server-i524": {
      "command": "bun",
      "args": [
        "run",
        "src/index.ts"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is datadog-mcp-server?

A Model Context Protocol (MCP) server that uses Datadog API and Application keys for authentication. It is built with Bun.

How to use datadog-mcp-server?

Install dependencies with bun install, then run with bun run src/index.ts. Alternatively, configure it in an MCP client using npx -y @i524/datadog-mcp-server --stdio with environment variables DD_API_KEY and DD_APP_KEY.

Key features of datadog-mcp-server

  • Built with the Bun runtime
  • Communicates via stdio transport
  • Requires Datadog API and App keys

Use cases of datadog-mcp-server

FAQ from datadog-mcp-server

Comments

More Developer Tools MCP servers