MCP Directory
Back

datadog-mcp

by Schatzman · Python · ★ 0

Evidence-driven MCP server that exposes DataDog as **tools**, **resources**, and **prompts**. Uses the official [DataDog API](https://docs.datadoghq.com/api/latest/) and [MCP Python SDK](https://modelcontextprotocol.github.io/python-sdk/).

Install

pip install git+https://github.com/Schatzman/datadog-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "datadog-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Schatzman/datadog-mcp.git"
      ]
    }
  }
}

From the README

Evidence-driven MCP server that exposes DataDog as **tools**, **resources**, and **prompts**. Uses the official [DataDog API](https://docs.datadoghq.com/api/latest/) and [MCP Python SDK](https://modelcontextprotocol.github.io/python-sdk/). - Python 3.10+ - DataDog API key and Application key ([create here](https://app.datadoghq.com/organization-settings/api-keys)) 1. Clone or enter this repo, then install: 2. Copy to and set and (create keys at [DataDog API keys](https://app.datadoghq.com/organization-settings/api-keys)). Never commit . 3. Run the server: (stdio) or use streamable HTTP…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers