Supabase MCP Server for managing and creating projects and organisations in Supabase
The Supabase MCP (Model Context Protocol) Server empowers AI applications with programmatic access to the Supabase Management API, enabling seamless integration and control over your Supabase projects and organizations. This standardized interface unlocks a new level of automation and intelligence for AI-driven workflows.
To integrate the Supabase MCP Server, simply add the following configuration to your Claude Config JSON file:
{ "mcpServers": { "supabase": { "command": "npx", "args": [ "y", "@joshuarileydev/supabase-mcp-server" ], "env": { "SUPABASE_API_KEY": "YOUR_SUPABASE_API_KEY" } } } }
Note: Replace YOUR_SUPABASE_API_KEY
with your actual Supabase API key for secure authentication.
๐ โ๏ธ Biomedical research server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info.
๐ MCP server that provides SQL analysis, linting, and dialect conversion using [SQLGlot](https://github.com/tobymao/sqlglot)
๐ ๐ All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase MCP Server with support for SQL query execution and database exploration tools