Platform Engineer Stack
Design and maintain internal developer platforms with infrastructure automation, CI/CD, and multi-cloud tooling.
Token Budget
Moderate token usage. You will have good room for prompts but watch if adding more servers.
Config
Paste in ~/.claude.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
Kubernetes MCP
Community
Interact with Kubernetes clusters via kubectl. Manage pods, deployments, services, and configurations from your AI editor.
Orchestrates workloads and manages the compute platform that internal development teams deploy to.
Docker MCP
Community
Manage Docker containers, images, volumes, and networks. Run, stop, inspect, and monitor containers from your AI editor.
Standardizes build and runtime environments so every team ships consistent, reproducible artifacts.
GitHub MCP
Anthropic
Access the GitHub API to manage repositories, issues, pull requests, branches, and workflows directly from your AI editor.
Manages organization-wide repository templates, CI/CD workflows, and developer experience tooling.
GitLab MCP
Anthropic
Access the GitLab API to manage repositories, merge requests, issues, pipelines, and CI/CD workflows from your AI editor.
Provides an alternative or complementary DevOps platform with built-in container registry and pipeline management.
Cloudflare MCP
Cloudflare
Interact with Cloudflare services including Workers, KV, R2, D1, and DNS management from your AI editor.
Configures DNS, CDN, and edge networking to ensure fast, secure delivery of all platform services.
Datadog MCP
Datadog
Access Datadog monitoring data including dashboards, metrics, logs, events, incidents, and monitors from your AI editor.
Monitors platform health with custom metrics and SLO tracking to keep internal developer satisfaction high.
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 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.
For Cloudflare MCP
Official Cloudflare skill for deploying and managing Workers, KV, R2, D1, Vectorize, Queues, and Workflows via Wrangler CLI.
npx skillsadd cloudflare/skills/wranglerOfficial consolidated skill covering 50+ Cloudflare products across 9 categories including Workers, Pages, DNS, and security.
npx skillsadd cloudflare/skills/cloudflareOfficial guide for creating remote MCP servers deployed on Cloudflare Workers.
npx skillsadd cloudflare/skills/building-mcp-server-on-cloudflare