Google PageRank for AI agents. 25,000+ tools indexed.

datadog-mcp MCP Server

calvinjkim/datadog-mcp

Score: 52.4 Rank #68 Monitoring
Are you the maintainer of calvinjkim/datadog-mcp? Claim this listing →

Datadog MCP Server on AWS Lambda - read-only Metrics & Logs for Claude

Add AgentRank to Claude Code Discover and compare tools like calvinjkim/datadog-mcp — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

calvinjkim/datadog-mcp is a TypeScript MCP server. Datadog MCP Server on AWS Lambda - read-only Metrics & Logs for Claude

Ranked #68 out of 129 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

TypeScript No license

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 3

3 contributors → small team

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 1
Description Good
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for calvinjkim/datadog-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/calvinjkim--datadog-mcp)](https://agentrank-ai.com/tool/calvinjkim--datadog-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/calvinjkim--datadog-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/calvinjkim--datadog-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="calvinjkim/datadog-mcp"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# Datadog MCP Server

AWS Lambda에 배포하는 Datadog MCP 서버. Claude에서 Datadog Metrics와 Logs를 읽기 전용으로 조회할 수 있습니다.

## 사용 가능한 Tools

| Tool | 설명 |
|------|------|
| `query_metrics` | 메트릭 시계열 데이터 조회 |
| `list_metrics` | 메트릭 이름 검색 |
| `get_metric_metadata` | 메트릭 메타데이터 조회 |
| `search_logs` | 로그 검색 |
| `list_log_indexes` | 로그 인덱스 목록 |

## 배포 (관리자)

### 사전 요구사항

- Node.js 20+
- AWS CLI (설정 완료)
- AWS SAM CLI
- Datadog API Key + Application Key (Metrics Read + Logs Read 권한)

### 배포 순서

```bash
# 1. 의존성 설치
npm install

# 2. SAM 빌드 & 배포
sam build
sam deploy --guided
# Stack Name: datadog-mcp
# Region: 원하는 리전
# DatadogApiKey: <your-dd-api-key>
# DatadogAppKey: <your-dd-app-key>
```

### 배포 후 확인

```bash
# 엔드포인트 URL 확인
sam list stack-outputs --stack-name datadog-mcp

# API Key 값 확인
aws apigateway get-api-key --api-key <ApiKeyId from output> --include-value
```

## 팀원 설정 (Claude)

Claude Desktop 설정 파일 또는 Claude Code 프로젝트 설정에 추가:

```json
{
  "mcpServers": {
    "datadog": {
      "type": "url",
      "url
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.