Back to stacks

Cloud Architect

by Jonathan S

Design and manage cloud infrastructure across Cloudflare, AWS, Docker, and Vercel.

Servers in this stack

cloud
Cloudflare

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

@cloudflare/mcp-server-cloudflare
developer-tools
E2B Code Sandbox

Execute code securely in isolated cloud sandboxes with E2B.

@e2b/mcp-server
developer-tools
Docker

Manage Docker containers, images, and volumes.

developer-tools
Vercel

Deploy and manage Vercel projects and deployments.

developer-tools
Sentry

Retrieve and analyze error reports from Sentry.

@modelcontextprotocol/server-sentry

Copy config

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