Back to stacks

DevOps Engineer

by Jonathan S

Container management, cloud deployments, and monitoring. Docker, Cloudflare, Vercel, and Sentry.

Servers in this stack

developer-tools
Docker

Manage Docker containers, images, and volumes.

cloud
Cloudflare

Deploy and manage Cloudflare Workers, KV, R2, and D1.

@cloudflare/mcp-server-cloudflare
developer-tools
Vercel

Deploy and manage Vercel projects and deployments.

developer-tools
Sentry

Retrieve and analyze error reports from Sentry.

@modelcontextprotocol/server-sentry
developer-tools
GitHub

Interact with GitHub repositories, issues, and pull requests.

@modelcontextprotocol/server-github

Copy config

// .vscode/mcp.json
{
"servers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"@cloudflare/mcp-server-cloudflare"
],
"type": "stdio"
},
"sentry": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sentry"
],
"type": "stdio"
},
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"type": "stdio"
}
}
}