MCP Curated
← All recipes

Solo Developer Full Stack

A one-person full-stack team: docs, code, database, deploy and monitoring.

For: Indie hackers, side-project builders and freelance full-stack engineers.

Five pieces for the solo stack: Context7 kills API hallucinations, GitHub handles PRs and issues, Supabase is the backend database, Cloudflare covers deploy and DNS, and Sentry closes the loop by piping production errors into the conversation. Point Supabase at a dev project and keep the GitHub token least-privileged.

5 tools

In this recipe

Context7

Upstash

VendorremoteRead-only★ 62.4k

Injects up-to-date, version-accurate library docs into coding agents, eliminating API hallucinations.

Why it's here: First-choice consensus across virtually every major roundup; the single highest-impact install for any coding agent.

npx -y @upstash/context7-mcp

GitHub MCP

GitHub Official

OfficialremoteWritableOAuth★ 33.2k

The full GitHub API in conversation: repos, PRs, issues, Actions.

Why it's here: Official, most complete coverage, works with all mainstream clients; the de facto standard for team workflows.

npx -y @github/github-mcp-server or remote: https://api.githubcopilot.com/mcp/

Supabase MCP

Supabase Official

OfficialremoteWritableAPI key★ 2.9k

Query Postgres, run migrations, manage auth and storage — a full backend in conversation.

Why it's here: Standard issue for Supabase teams; HTTP-first, reachable by cloud-hosted agents.

npx -y @supabase/mcp-server-supabase@latest

Cloudflare MCP

Cloudflare Official

OfficialremoteHigh-riskAPI key★ 4.3k

Manage DNS, Workers, KV, R2 and security rules.

Why it's here: The official channel for DevOps agents; coverage keeps growing with the Cloudflare ecosystem.

npx -y mcp-server-cloudflare

Sentry MCP

Sentry Official

OfficialremoteRead-onlyOAuth★ 861

Read errors, stacks and release issues in conversation; agents triage and open fix PRs.

Why it's here: Paired with GitHub MCP: read error → find commit → open fix PR in a single conversation.

remote: https://mcp.sentry.dev