Indie Hacker Stack
Everything a solo developer needs to build and ship a SaaS. Database, payments, deployment, and version control in one config.
Token Budget
Moderate token usage. You will have good room for prompts but watch if adding more servers.
Config
Paste in ~/.claude.json
{
"mcpServers": {
"supabase-mcp": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "YOUR_SUPABASE_ACCESS_TOKEN"
}
},
"github-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN"
}
},
"stripe-mcp": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp",
"--tools=all"
],
"env": {
"STRIPE_SECRET_KEY": "YOUR_STRIPE_SECRET_KEY"
}
},
"vercel-mcp": {
"command": "npx",
"args": [
"-y",
"vercel-mcp"
],
"env": {
"VERCEL_API_TOKEN": "YOUR_VERCEL_API_TOKEN"
}
},
"sentry-mcp": {
"command": "npx",
"args": [
"-y",
"sentry-mcp"
],
"env": {
"SENTRY_AUTH_TOKEN": "YOUR_SENTRY_AUTH_TOKEN"
}
}
}
}Included Servers
Supabase MCP
Supabase
Query your Supabase database, manage tables, run migrations, deploy edge functions, and manage branches directly from your AI editor.
Full Postgres database with auth and storage — everything you need without managing infrastructure.
Stripe MCP
Stripe
Integrate Stripe APIs for payments, subscriptions, customers, and invoices directly from your AI editor using the official Stripe agent toolkit.
Handle payments, subscriptions, and invoices directly from your editor. Revenue is why you're building this.
GitHub MCP
Anthropic
Access the GitHub API to manage repositories, issues, pull requests, branches, and workflows directly from your AI editor.
Manage repos, PRs, and issues without leaving your AI assistant. Solo doesn't mean sloppy version control.
Vercel MCP
Community
Connect to the Vercel API to manage deployments, projects, domains, and environment variables from your AI editor.
Deploy your frontend with zero-config. Ship fast, get a preview URL, and iterate in public.
Sentry MCP
Sentry
Query Sentry for error tracking, performance monitoring, and issue management directly from your AI editor.
Catch errors before your users do. Essential for solo developers who can't monitor 24/7.