Platform Engineer Stack for Continue
Configuration
mcpServers:
- name: kubernetes-mcp
command: npx
args:
- -y
- mcp-server-kubernetes
- name: docker-mcp
command: npx
args:
- -y
- docker-mcp
- name: github-mcp
command: npx
args:
- -y
- @modelcontextprotocol/server-github
env:
GITHUB_PERSONAL_ACCESS_TOKEN: YOUR_GITHUB_PERSONAL_ACCESS_TOKEN
- name: 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
- name: 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
- name: datadog-mcp
command: npx
args:
- -y
- datadog-mcp-server
env:
DD_API_KEY: YOUR_DD_API_KEY
DD_APP_KEY: YOUR_DD_APP_KEYWhere to save
Paste the config above into:
~/.continue/config.yamlEnvironment Variables
Replace the YOUR_ placeholders with your actual values.
GITHUB_PERSONAL_ACCESS_TOKENrequiredGitHub personal access token
Used by: GitHub MCP
GITLAB_PERSONAL_ACCESS_TOKENrequiredGitLab personal access token
Used by: GitLab MCP
GITLAB_API_URLGitLab API URL (defaults to gitlab.com)
Used by: GitLab MCP
CLOUDFLARE_API_TOKENrequiredCloudflare API token
Used by: Cloudflare MCP
CLOUDFLARE_ACCOUNT_IDrequiredCloudflare account ID
Used by: Cloudflare MCP
DD_API_KEYrequiredDatadog API key
Used by: Datadog MCP
DD_APP_KEYrequiredDatadog application key
Used by: Datadog MCP
What’s in this stack
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.
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.
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.
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.
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.
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.