Skip to main content
Glama

Self-Hosted Supabase MCP Server

list_auth_users

Retrieve user data from Supabase auth.users table with configurable limit and offset to manage user lists efficiently.

Instructions

Lists users from the auth.users table.

Input Schema

NameRequiredDescriptionDefault
limitNoMax number of users to return
offsetNoNumber of users to skip

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Max number of users to return", "type": "number" }, "offset": { "default": 0, "description": "Number of users to skip", "type": "number" } }, "required": [], "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