StackMCP
Advanced

Platform Engineer Stack

Design and maintain internal developer platforms with infrastructure automation, CI/CD, and multi-cloud tooling.

6 servers50.0K tokens25% of context

Token Budget

50.0K used (25.0%)150.0K remaining
GitHub MCP10.3K (5.1%)
GitLab MCP9.3K (4.6%)
Cloudflare MCP9.3K (4.6%)
Datadog MCP7.7K (3.9%)
Docker MCP7.2K (3.6%)
Kubernetes MCP6.2K (3.1%)

Moderate token usage. You will have good room for prompts but watch if adding more servers.

Config

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "github-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN"
      }
    },
    "gitlab-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gitlab"
      ],
      "env": {
        "GITLAB_PERSONAL_ACCESS_TOKEN": "YOUR_GITLAB_PERSONAL_ACCESS_TOKEN",
        "GITLAB_API_URL": "YOUR_GITLAB_API_URL"
      }
    },
    "cloudflare-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudflare/mcp-server-cloudflare"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "YOUR_CLOUDFLARE_API_TOKEN",
        "CLOUDFLARE_ACCOUNT_ID": "YOUR_CLOUDFLARE_ACCOUNT_ID"
      }
    },
    "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"
      ]
    }
  }
}

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 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.

For Cloudflare MCP

Wrangler CLIOfficialworkflow

Official Cloudflare skill for deploying and managing Workers, KV, R2, D1, Vectorize, Queues, and Workflows via Wrangler CLI.

npx skillsadd cloudflare/skills/wrangler
Cloudflare PlatformOfficialbest-practices

Official consolidated skill covering 50+ Cloudflare products across 9 categories including Workers, Pages, DNS, and security.

npx skillsadd cloudflare/skills/cloudflare
Build MCP Server on CloudflareOfficialworkflow

Official guide for creating remote MCP servers deployed on Cloudflare Workers.

npx skillsadd cloudflare/skills/building-mcp-server-on-cloudflare