Skip to main content
Glama

supabase-mcp

create_user

Generate new user accounts with email and password for Supabase databases, storage, and edge functions using the provided metadata.

Instructions

Create a new user

Input Schema

NameRequiredDescriptionDefault
dataNoAdditional user metadata
emailYesUser email
passwordYesUser password

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Additional user metadata", "type": "object" }, "email": { "description": "User email", "type": "string" }, "password": { "description": "User password", "type": "string" } }, "required": [ "email", "password" ], "type": "object" }

You must be authenticated.

Other Tools from supabase-mcp

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/DynamicEndpoints/supabase-mcp'

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