Edge Computing Stack
Deploy serverless applications to the edge with globally distributed databases, caching, and low-latency compute infrastructure.
Token Budget
Moderate token usage. You will have good room for prompts but watch if adding more servers.
Config
Paste in ~/.claude.json
{
"mcpServers": {
"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"
}
},
"vercel-mcp": {
"command": "npx",
"args": [
"-y",
"vercel-mcp"
],
"env": {
"VERCEL_API_TOKEN": "YOUR_VERCEL_API_TOKEN"
}
},
"upstash-mcp": {
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server@latest"
],
"env": {
"UPSTASH_EMAIL": "YOUR_UPSTASH_EMAIL",
"UPSTASH_API_KEY": "YOUR_UPSTASH_API_KEY"
}
},
"turso-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-turso"
],
"env": {
"TURSO_DATABASE_URL": "YOUR_TURSO_DATABASE_URL",
"TURSO_AUTH_TOKEN": "YOUR_TURSO_AUTH_TOKEN"
}
},
"redis-mcp": {
"command": "npx",
"args": [
"-y",
"redis-mcp"
],
"env": {
"REDIS_URL": "YOUR_REDIS_URL"
}
}
}
}Included Servers
Cloudflare MCP
Cloudflare
Interact with Cloudflare services including Workers, KV, R2, D1, and DNS management from your AI editor.
Deploy Workers, manage KV storage, and configure edge rules across Cloudflare's global network for sub-50ms response times worldwide.
Vercel MCP
Community
Connect to the Vercel API to manage deployments, projects, domains, and environment variables from your AI editor.
Ship edge functions and serverless APIs with automatic geographic routing, preview deployments, and built-in analytics.
Upstash MCP
Upstash
Create and manage Upstash serverless Redis databases, list keys, run commands, and interact with your Upstash account using natural language.
Access serverless Redis and Kafka from edge functions with per-request pricing and global replication for consistent low latency.
Turso MCP
Turso
Query and manage Turso-hosted LibSQL databases, run SQL statements, inspect schemas, and handle database operations from your AI editor.
Run embedded SQLite databases replicated to edge locations — giving you a relational database that follows your users.
Redis MCP
Community
Interact with Redis databases. Get, set, and manage keys, run commands, and monitor your Redis instances from your AI editor.
Cache frequently accessed data at the edge layer to minimize origin requests and deliver instant responses to end users.
Recommended Skills
Skills that pair with the servers in this stack. Learn more
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-cloudflareFor Vercel MCP
Official Vercel skill for React and Next.js performance optimization, based on Vercel Engineering guidelines.
npx skillsadd vercel-labs/agent-skills/vercel-react-best-practicesOfficial Vercel skill covering Web Interface Guidelines, accessibility audits, and responsive design standards.
npx skillsadd vercel-labs/agent-skills/web-design-guidelinesDeploy applications to Vercel with preview URLs and production environments via Vercel CLI.
npx skillsadd vercel-labs/agent-skills/vercel-deployFor Redis MCP
Official Redis skill with 29 rules across 11 categories covering Redis Query Engine, vector search, semantic caching, and pub/sub.
npx skillsadd redis/agent-skills/redis-development