StackMCP
Intermediate

Edge Computing Stack

Deploy serverless applications to the edge with globally distributed databases, caching, and low-latency compute infrastructure.

5 servers29.4K tokens15% of context

Token Budget

29.4K used (14.7%)170.6K remaining
Cloudflare MCP9.3K (4.6%)
Vercel MCP6.2K (3.1%)
Upstash MCP5.2K (2.6%)
Turso MCP4.6K (2.3%)
Redis MCP4.1K (2.1%)

Moderate token usage. You will have good room for prompts but watch if adding more servers.

Config

Paste in ~/.claude.json

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

81
cloud

Interact with Cloudflare services including Workers, KV, R2, D1, and DNS management from your AI editor.

3.4k1.6k/wk9.3K tokens(5%)Official2d ago

Deploy Workers, manage KV storage, and configure edge rules across Cloudflare's global network for sub-50ms response times worldwide.

Vercel MCP

Community

43
deployment

Connect to the Vercel API to manage deployments, projects, domains, and environment variables from your AI editor.

64605/wk6.2K tokens(3%)6mo ago

Ship edge functions and serverless APIs with automatic geographic routing, preview deployments, and built-in analytics.

Recommended Skills

Skills that pair with the servers in this stack. Learn more

For Cloudflare MCP

Wrangler CLIOfficialworkflow

Official Cloudflare skill for deploying and managing Workers, KV, R2, D1, Vectorize, Queues, and Workflows via Wrangler CLI.

npx skillsadd cloudflare/skills/wrangler
Cloudflare PlatformOfficialbest-practices

Official consolidated skill covering 50+ Cloudflare products across 9 categories including Workers, Pages, DNS, and security.

npx skillsadd cloudflare/skills/cloudflare
Build MCP Server on CloudflareOfficialworkflow

Official guide for creating remote MCP servers deployed on Cloudflare Workers.

npx skillsadd cloudflare/skills/building-mcp-server-on-cloudflare

For Vercel MCP

React Best PracticesOfficialbest-practices

Official Vercel skill for React and Next.js performance optimization, based on Vercel Engineering guidelines.

npx skillsadd vercel-labs/agent-skills/vercel-react-best-practices
Web Design GuidelinesOfficialbest-practices

Official Vercel skill covering Web Interface Guidelines, accessibility audits, and responsive design standards.

npx skillsadd vercel-labs/agent-skills/web-design-guidelines
Deploy to VercelOfficialworkflow

Deploy applications to Vercel with preview URLs and production environments via Vercel CLI.

npx skillsadd vercel-labs/agent-skills/vercel-deploy

For Redis MCP

Redis DevelopmentOfficialbest-practices

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