For Developers
The full developer toolkit: GitHub, Postgres, Supabase, Vercel, Cloudflare, Sentry, Playwright, and the rest of the long-tail.
Workflow recipes
Run this exact chain in Claude today
Bug report to merged PR in one chain
Turn a Linear bug ticket into a tested fix on main without hunting through dashboards.
- 1Linear MCP Server
Pull the bug report's full context, repro steps, and any prior debugging comments.
- 2GitHub MCP Server
Locate the offending file, recent commits, and any related PRs or issues.
- 3Playwright MCP Server
Add a regression test that fails before the fix and passes after — proof the bug stays dead.
- 4Sentry MCP Server
After deploy, confirm the error rate dropped and close the loop on the original ticket.
Ship a feature end-to-end with Claude Code
From an empty repo branch to a deployed preview link with passing tests and a clean PR description.
- 1Context7
Pull current, version-pinned library docs so generated code matches what's actually deployed.
- 2Supabase MCP Server
Apply schema migrations and seed data without leaving the conversation.
- 3Vercel Deploy
Spin up a preview deployment your team can poke at before review.
- 4GitHub MCP Server
Open the PR with an auto-generated description that summarizes what changed and why.
Featured for developers
11 hand-picked tools
Built something for developers?
We're actively curating this list. If your skill or MCP server belongs here, submit it and we'll review within a few days.
Submit yours