Supabase logo

Supabase

8k

This is an MCP server for PostgREST. It allows LLMs perform database queries and operations on Postgres databases via PostgREST.

This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.

{ "args": [ "-y", "@supabase/mcp-server-postgrest@latest", "--apiUrl", "https://your-project-ref.supabase.co/rest/v1", "--apiKey", "your-anon-key", "--schema", "public" ], "command": "npx" }