MCPs
Plug your agent into the tools and data outside your project.
Out of the box, your agent sees exactly one thing: the files in your project. Your database, your issue tracker, your designs, the live internet, all invisible. An MCP is the connector that changes that, plugging the agent into one outside service so it can look things up and take actions there for real.
The name (Model Context Protocol) matters less than the analogy: it's USB for AI. One standard plug shape, and every service (GitHub, Supabase, Figma, your browser) can offer a socket. Connect one, and “check my database and find who signed up first” becomes something the agent actually goes and does.
Connections our community actually uses:
If you read the Integrations section, you already know what's under the hood. The MCP is making API calls on your behalf, key and all:
None of which you touch. Setup is one command. Here's Claude Code wiring itself to Supabase:
claude mcp add --transport http supabase https://mcp.supabase.com/mcpOne tip from our workshops: connect MCPs per-project rather than everywhere, and disconnect ones you're not using. Every active connection takes up standing room in the context window.
