FastMCP - Datadog MCP ServerServer

ryuichi1208
GitHub
MCPMonitoringDatadog

Loading subscription status...

💡 Description

A lightweight Model Context Protocol (MCP) server that allows you to create, manage, and query model contexts with built-in Datadog metrics and monitoring.

📝 JSON Entries

{
  "mcpServers": [
    {
      "mcp_server_name": {
        "env": {
          "DATADOG_SITE": "datadoghq.com",
          "DATADOG_API_KEY": "your_api_key",
          "DATADOG_APP_KEY": "your_app_key"
        },
        "args": [],
        "command": "python mcp_server.py"
      }
    }
  ]
}

🛠️ Tools

create_contextget_contextupdate_contextdelete_contextlist_contextsquery_modelhealth_checkconfigure_datadog

Features

  • Create, retrieve, update and delete model contexts
  • Execute queries in specific contexts
  • Filter by model name and tags
  • In-memory storage (for development)
  • Integration with FastMCP for easy MCP server development
  • Integration with Datadog for metrics and monitoring

💬 Example Queries

  • Create a new context
  • Run a query on a specific context
  • Configure Datadog