Monitoring & Observability Stack
Gain full visibility into your production systems with metrics, dashboards, error tracking, alerting, and incident response workflows.
Token Budget
Moderate token usage. You will have good room for prompts but watch if adding more servers.
Config
Paste in ~/.claude.json
{
"mcpServers": {
"grafana-mcp": {
"command": "npx",
"args": [
"-y",
"@leval/mcp-grafana"
],
"env": {
"GRAFANA_URL": "YOUR_GRAFANA_URL",
"GRAFANA_API_KEY": "YOUR_GRAFANA_API_KEY"
}
},
"github-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN"
}
},
"datadog-mcp": {
"command": "npx",
"args": [
"-y",
"datadog-mcp-server"
],
"env": {
"DD_API_KEY": "YOUR_DD_API_KEY",
"DD_APP_KEY": "YOUR_DD_APP_KEY"
}
},
"sentry-mcp": {
"command": "npx",
"args": [
"-y",
"sentry-mcp"
],
"env": {
"SENTRY_AUTH_TOKEN": "YOUR_SENTRY_AUTH_TOKEN"
}
},
"slack-official-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "YOUR_SLACK_BOT_TOKEN",
"SLACK_TEAM_ID": "YOUR_SLACK_TEAM_ID"
}
}
}
}Included Servers
Datadog MCP
Datadog
Access Datadog monitoring data including dashboards, metrics, logs, events, incidents, and monitors from your AI editor.
Collect and analyze infrastructure metrics, application traces, and logs from every layer of your stack in one unified platform.
Grafana MCP
Grafana
Search dashboards, query datasources, manage alerts, view incidents, and interact with Grafana observability tools from your AI editor.
Build and manage custom dashboards, set up alert rules, and visualize time-series data from multiple data sources.
Sentry MCP
Sentry
Query Sentry for error tracking, performance monitoring, and issue management directly from your AI editor.
Capture application errors with full stack traces and context, tracking error frequency and impact across releases.
GitHub MCP
Anthropic
Access the GitHub API to manage repositories, issues, pull requests, branches, and workflows directly from your AI editor.
Link incidents to code changes, create post-mortem issues, and trigger automated rollbacks through CI/CD integration.
Slack MCP (Official)
Anthropic
Official MCP server for Slack. Send and read messages, manage channels, and search conversations from your AI editor.
Route alerts and incident notifications to the right team channels, enabling fast coordination during outages.
Recommended Skills
Skills that pair with the servers in this stack. Learn more
For Sentry MCP
Read-only observability: list issues, view events, monitor production errors via Sentry API. Includes bundled Python script.
npx skillsadd openai/skills/sentryFor GitHub MCP
Use gh CLI for all GitHub operations including stacked PR workflows, issue management, and CI/CD automation.
npx skillsadd callstackincubator/agent-skills/githubDebug and fix failing GitHub PR checks in GitHub Actions. Automatically diagnoses CI issues and suggests fixes.
npx skillsadd openai/skills/gh-fix-ciAddress PR review comments using GitHub CLI. Streamlines the code review response workflow.
npx skillsadd openai/skills/gh-address-commentsAutomated code review for TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity, SOLID violations, and code smells.