Supabase MCP Server ๐
@Quegenx
About Supabase MCP Server ๐
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Supabase MCP Server?
Supabase MCP Server is a Model Context Protocol server that provides full administrative control over a Supabase PostgreSQL database through natural language commands. It integrates with Cursorโs Composer and Codeiumโs Cascade, enabling developers to manage tables, records, indexes, functions, security policies, storage, and more directly from their IDE.
How to use Supabase MCP Server?
Install dependencies with npm install && npm run build, then configure the server in Cursorโs MCP settings or in Codeiumโs ~/.codeium/windsurf/mcp_config.json. The command uses a PostgreSQL connection string in the format postgresql://postgres.[PROJECT-ID]:[PASSWORD]@aws-0-eu-central-1.pooler.supabase.com:5432/postgres. Once set up, describe database tasks in natural language (e.g., "list all tables") and the AI will execute the corresponding tools.
Key features of Supabase MCP Server
- Full suite of database management tools (tables, records, indexes, constraints, functions, triggers, policies, roles)
- Storage bucket and file management
- Realtime features: policies, channels, messages, status
- User authentication management (list, create, update, delete)
- Direct SQL query execution
- Works with both Cursor Composer and Codeium Cascade
Use cases of Supabase MCP Server
- Quickly create or modify database tables without leaving the IDE
- Add indexes and constraints to optimize query performance
- Manage row-level security policies and user roles
- Handle Supabase Storage buckets and files
- Send realtime messages and manage channels
FAQ from Supabase MCP Server
What are the prerequisites to use Supabase MCP Server?
Node.js >= 16.x, npm >= 8.x, a Supabase project with its Project ID, database password, and PostgreSQL connection string, and either Cursor IDE or Codeiumโs Cascade (paying users only for Cascade).
How do I install and configure Supabase MCP Server?
Clone the repository, run npm install and npm build, then add the server command to Cursorโs MCP settings or Windsurfโs mcp_config.json. The command includes the full path to Node.js, the built dist/index.js, and your Supabase connection string.
Is Supabase MCP Server secure?
Yes, but keep your database connection string secure and never commit credentials to version control. Use appropriate access controls and sanitize all inputs to prevent SQL injection.
What transport and auth does Supabase MCP Server use?
It uses stdio transport (command-line) and authenticates via the PostgreSQL connection string you provide. No additional authentication or environment variables are required beyond the connection string.
Which IDEs or editors are supported?
Cursor (with Composer) and Codeiumโs Cascade (Windsurf). For Cascade, only paying individual users can use the MCP integration; Teams and Enterprise are not supported.
More Cloud & Infrastructure MCP servers
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Comments