Back to stacks

E-commerce Developer

by Jonathan S

Build and maintain e-commerce apps: Stripe payments, PostgreSQL, error monitoring, and deployment.

Servers in this stack

developer-tools
Stripe

Manage Stripe payments, customers, and subscriptions.

database
PostgreSQL

Query and manage PostgreSQL databases.

@modelcontextprotocol/server-postgres
developer-tools
GitHub

Interact with GitHub repositories, issues, and pull requests.

@modelcontextprotocol/server-github
developer-tools
Sentry

Retrieve and analyze error reports from Sentry.

@modelcontextprotocol/server-sentry
developer-tools
Vercel

Deploy and manage Vercel projects and deployments.

Copy config

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