Skip to main content
Glama

Self-Hosted Supabase MCP Server

get_auth_user

Retrieve specific user details from the auth.users table by providing the user’s UUID. Enhances user management in self-hosted Supabase environments using MCP protocol for direct interaction.

Instructions

Retrieves details for a specific user from auth.users by their ID.

Input Schema

NameRequiredDescriptionDefault
user_idYesThe UUID of the user to retrieve.

Input Schema (JSON Schema)

{ "properties": { "user_id": { "description": "The UUID of the user to retrieve.", "format": "uuid", "type": "string" } }, "required": [ "user_id" ], "type": "object" }

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

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