Supabase MCP Server

get_project

Retrieve detailed information about a specific project on Supabase using its unique reference ID. This tool integrates with the Supabase MCP Server to access project data programmatically.

Instructions

Get details of a specific Supabase project

Input Schema

NameRequiredDescriptionDefault
refYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ref": { "type": "string" } }, "required": [ "ref" ], "type": "object" }

You must be authenticated.

Other Tools from Supabase MCP Server

Related Tools

ID: e994hfjjxc