MCP.so
登录

datadog-mcp-server

@i524

关于 datadog-mcp-server

MCP Server for Datadog

基本信息

分类

开发工具

许可证

MIT license

运行时

node

传输方式

stdio

发布者

i524

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

开发工具 分类下的更多 MCP 服务器