Skip to main content
Glama

supabase-mcp

list_users

Retrieve a paginated list of users from a Supabase database. Specify page number and items per page to organize and access user data efficiently.

Instructions

List users with pagination

Input Schema

NameRequiredDescriptionDefault
pageNoPage number
per_pageNoItems per page

Input Schema (JSON Schema)

{ "properties": { "page": { "description": "Page number", "type": "number" }, "per_page": { "description": "Items per page", "type": "number" } }, "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