Site Reliability Engineer Stack
Monitor, debug, and maintain production infrastructure with comprehensive observability and container orchestration tools.
Token Budget
Heavy token usage. Consider removing a server or using a larger context window.
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"
}
},
"docker-mcp": {
"command": "npx",
"args": [
"-y",
"docker-mcp"
]
},
"kubernetes-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-server-kubernetes"
]
},
"sentry-mcp": {
"command": "npx",
"args": [
"-y",
"sentry-mcp"
],
"env": {
"SENTRY_AUTH_TOKEN": "YOUR_SENTRY_AUTH_TOKEN"
}
}
}
}Included Servers
Kubernetes MCP
Community
Interact with Kubernetes clusters via kubectl. Manage pods, deployments, services, and configurations from your AI editor.
Manages cluster workloads, scaling policies, and service meshes to keep your production infrastructure healthy.
Docker MCP
Community
Manage Docker containers, images, volumes, and networks. Run, stop, inspect, and monitor containers from your AI editor.
Builds and manages container images that form the foundation of your deployment pipeline.
Datadog MCP
Datadog
Access Datadog monitoring data including dashboards, metrics, logs, events, incidents, and monitors from your AI editor.
Provides real-time metrics, traces, and alerts so you catch performance regressions before they become outages.
Grafana MCP
Grafana
Search dashboards, query datasources, manage alerts, view incidents, and interact with Grafana observability tools from your AI editor.
Creates and manages dashboards that give your team a unified view of system health and SLO compliance.
Sentry MCP
Sentry
Query Sentry for error tracking, performance monitoring, and issue management directly from your AI editor.
Tracks application-level errors with full stack traces to accelerate root cause analysis during incidents.
GitHub MCP
Anthropic
Access the GitHub API to manage repositories, issues, pull requests, branches, and workflows directly from your AI editor.
Manages infrastructure-as-code repositories and automates deployments through CI/CD workflows.
Recommended Skills
Skills that pair with the servers in this stack. Learn more
For Docker MCP
Multi-stage builds, image optimization, container security, Compose orchestration, and production deployment patterns.
npx skillsadd sickn33/antigravity-awesome-skills/docker-expertCI/CD pipelines, infrastructure automation, containerization, and cloud platform expertise. Pairs with Docker MCP for hands-on container management.
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.