Agentic WorkersPowered by Agentic Workers
Hosted MCP Servers
Databases & AnalyticsAuth: OAuth2.1

Supabase hosted MCP server

Postgres platform

Supabase’s hosted MCP server lets agents work with Supabase projects — running SQL, inspecting schemas, and managing project resources — through OAuth-scoped access to the connected organization.

Curated by Published Updated

Server description

Query and manage your Supabase projects

Supabase’s hosted MCP server lets agents work with Supabase projects — running SQL, inspecting schemas, and managing project resources — through OAuth-scoped access to the connected organization.

Directory details

Slug
supabase
Category
Databases & Analytics
Category slug
databases-and-analytics
Authentication
OAuth2.1
Auth type
oauth

Use with your agent

Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.

Use with your agent
{
  "mcpServers": {
    "supabase": {
      "url": "https://mcp.supabase.com/mcp"
    }
  }
}

Connection links