Skip to main content
Glama

supabase-mcp

update_user

Modify user metadata, email, or password for a specified user ID using the MCP server designed for Supabase database interactions.

Instructions

Update user details

Input Schema

NameRequiredDescriptionDefault
dataNoUpdated user metadata
emailNoNew email
passwordNoNew password
user_idYesUser ID

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Updated user metadata", "type": "object" }, "email": { "description": "New email", "type": "string" }, "password": { "description": "New password", "type": "string" }, "user_id": { "description": "User ID", "type": "string" } }, "required": [ "user_id" ], "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