Bundle

Full-stack dev kit

Ship features end to end: GitHub for code and PRs, Postgres and Supabase for data, Vercel for deploys, Sentry for what broke, Docker for everything that runs in a container.

6 servers · created Jun 11, 2026

Install all of them at once

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
      }
    },
    "postgres": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres",
        "postgresql://user:pass@localhost:5432/dbname"
      ]
    },
    "supabase": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server-supabase",
        "--access-token",
        "${SUPABASE_ACCESS_TOKEN}"
      ]
    },
    "sentry": {
      "command": "uvx",
      "args": [
        "mcp-server-sentry",
        "--auth-token=${SENTRY_AUTH_TOKEN}"
      ]
    }
  }
}

Or install one-by-one

npm install -g @modelcontextprotocol/server-github
npm install -g @modelcontextprotocol/server-postgres
npx -y @supabase/mcp-server-supabase
npm install -g @vercel/mcp-adapter
uvx mcp-server-sentry
npm install -g docker-mcp

Like this stack? Build your own.

Free account, 30 seconds. Save servers, ship public or private bundles, install one-click into Claude Desktop or Cursor.

Sign in to create →

Servers in this bundle (6)