Skip to main content
Glama

Supabase NextJS MCP Server

by tengfone

query_data

Extract specific data from Supabase tables using customizable filters and select fields for targeted querying in a NextJS-based MCP server.

Instructions

Query data from Supabase

Input Schema

NameRequiredDescriptionDefault
filtersNo
selectNo
tableYes

Input Schema (JSON Schema)

{ "properties": { "filters": { "type": "object" }, "select": { "type": "string" }, "table": { "type": "string" } }, "required": [ "table" ], "type": "object" }
Install Server

Other Tools from Supabase NextJS MCP Server

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/tengfone/supabase-nextjs-mcp-server'

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