
Supabase
Query Supabase tables and inspect schemas from your agent while you build features and debug data issues.
Overview
ai.waystation/supabase is a MCP server for the Build phase that connects agents to Supabase to query data and inspect database schemas via Waystation-hosted remotes.
What is this MCP server?
- Connect MCP agents to your Supabase project for data reads and schema awareness
- Reduce context switching between the editor and Supabase SQL editor for exploratory queries
- Hosted remotes on waystation.ai/supabase (HTTP and SSE) at manifest version 0.3.1
- Fits the common solo-builder stack: Supabase auth, storage, and Postgres in one project
- Published under the waystation-ai/mcp GitHub monorepo
- Server version 0.3.1
- 2 remote endpoint types: streamable-http and SSE
- Repository: github.com/waystation-ai/mcp
Community signal: 54 GitHub stars.
What problem does it solve?
You keep alt-tabbing to the Supabase dashboard or psql while your agent could answer data questions in context.
Who is it for?
Solo builders on Supabase who want the coding agent to ground answers in live schema and sample query results.
Skip if: Projects on other databases only, or teams that forbid third-party hosted MCP proxies for production data.
What do I get? / Deliverables
Once connected, your agent can run scoped Supabase queries and schema lookups alongside the code that uses those tables.
- MCP tools bound to your Supabase project for agent-driven queries and schema context
- Configured Waystation Supabase MCP remote in the agent client
Recommended MCP Servers
Journey fit
How it compares
Waystation-hosted Supabase MCP bridge, not the official Supabase CLI or a local postgres MCP you run yourself.
Common Questions / FAQ
Who is ai.waystation/supabase for?
Developers building on Supabase who want MCP agents to query and understand their database without manual copy-paste from the dashboard.
When should I use ai.waystation/supabase?
Use it in Build while implementing APIs, debugging queries, or documenting tables as you ship backend features.
How do I add ai.waystation/supabase to my agent?
Add the Waystation Supabase MCP remote URLs from the server.json manifest in your MCP client and complete Supabase project authorization via Waystation.