Skip to main content
Glama

Supabase MCP Server

create_project

Initiate a new Supabase project by specifying essential details like name, organization ID, region, and database password using the Supabase MCP Server.

Instructions

Create a new Supabase project

Input Schema

NameRequiredDescriptionDefault
db_passYes
nameYes
organization_idYes
planNo
regionYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "db_pass": { "type": "string" }, "name": { "type": "string" }, "organization_id": { "type": "string" }, "plan": { "type": "string" }, "region": { "type": "string" } }, "required": [ "name", "organization_id", "region", "db_pass" ], "type": "object" }

You must be authenticated.

Other Tools from Supabase MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoshuaRileyDev/supabase-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server