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.
Servers in this bundle (6)
- GitHub · Anthropic · Dev tools
Browse repositories, read code, search issues, create PRs, and manage workflows via the GitHub API.
- Postgres · Anthropic · Data
Read-only access to a Postgres database — list tables, run SELECTs, inspect schemas.
- Supabase · Supabase · Dev tools
Manage Supabase projects — databases, auth users, edge functions, storage buckets.
- Vercel · Vercel · Dev tools
Manage Vercel projects, deployments, env vars, and domains via the Vercel API.
- Sentry · Anthropic · Dev tools
Read Sentry issue details + stack traces so the model can debug errors with full context.
- Docker · Community · System
Manage Docker containers, images, and networks — full CLI surface as MCP tools.