Skip to main content
Glama

Self-Hosted Supabase MCP Server

by abushadab

list_auth_users

Retrieve a list of users from the auth.users table in a self-hosted Supabase instance, allowing pagination via limit and offset parameters for efficient user management.

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/abushadab/selfhosted-supabase-mcp-basic-auth'

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