StackMCP
Advanced

Site Reliability Engineer Stack

Monitor, debug, and maintain production infrastructure with comprehensive observability and container orchestration tools.

6 servers57.7K tokens29% of context

Token Budget

57.7K used (28.8%)142.3K remaining
Grafana MCP22.1K (11.1%)
GitHub MCP10.3K (5.1%)
Datadog MCP7.7K (3.9%)
Docker MCP7.2K (3.6%)
Kubernetes MCP6.2K (3.1%)
Sentry MCP4.1K (2.1%)

Heavy token usage. Consider removing a server or using a larger context window.

Config

Paste in ~/.claude.json

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

Recommended Skills

Skills that pair with the servers in this stack. Learn more

For Docker MCP

Docker Expertbest-practices

Multi-stage builds, image optimization, container security, Compose orchestration, and production deployment patterns.

npx skillsadd sickn33/antigravity-awesome-skills/docker-expert
Senior DevOps Engineerrole

CI/CD pipelines, infrastructure automation, containerization, and cloud platform expertise. Pairs with Docker MCP for hands-on container management.

For Sentry MCP

Sentry Observabilityworkflow

Read-only observability: list issues, view events, monitor production errors via Sentry API. Includes bundled Python script.

npx skillsadd openai/skills/sentry

For GitHub MCP

GitHub CLI Workflowsworkflow

Use gh CLI for all GitHub operations including stacked PR workflows, issue management, and CI/CD automation.

npx skillsadd callstackincubator/agent-skills/github
Fix CI Failuresworkflow

Debug and fix failing GitHub PR checks in GitHub Actions. Automatically diagnoses CI issues and suggests fixes.

npx skillsadd openai/skills/gh-fix-ci
Address PR Commentsworkflow

Address PR review comments using GitHub CLI. Streamlines the code review response workflow.

npx skillsadd openai/skills/gh-address-comments
Code Reviewerrole

Automated code review for TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity, SOLID violations, and code smells.