Skip to main content
Glama

Self-Hosted Supabase MCP Server

by abushadab

list_auth_users

Retrieve user data from the auth.users table in a self-hosted Supabase instance. Specify the number of users to return and skip for precise querying, enabling efficient user management and analysis.

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