datadog-mcp MCP Server
calvinjkim/datadog-mcp
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
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
License low impact
Dependents medium impact
Matched Queries
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.