Supabase MCP Server
Manage Supabase projects and organizations via the Supabase Management API.
Supabase MCP Server
A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.
Features
Project Management
- List all projects
- Get project details
- Create new projects
- Delete projects
- Retrieve project API keys
Organization Management
- List all organizations
- Get organization details
- Create new organizations
Installation
Add the following to your Claude Config JSON file
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/supabase-mcp-server"
],
"env": {
"SUPABASE_API_KEY": "API_KEY_HERE"
}
}
}
}
Похожие серверы
AWS Cognito MCP Server
An MCP server for AWS Cognito, providing authentication and user management.
Etherscan
Interact with the Etherscan API to explore blockchain data and services.
Pangea MCP Server
An MCP server for integrating with Pangea's security APIs, including Secure Audit Log.
Kong Konnect MCP Server
Interact with Kong Konnect APIs to query and analyze Kong Gateway configurations, traffic, and analytics.
AWS CLI
Generate and execute AWS CLI commands using natural language.
MCP Replicate FLUX
Generates images using Replicate's FLUX model and stores them in Cloudflare R2.
Marvel MCP Server
Interact with the Marvel Developer API to access data on characters and comics.
Modal MCP Toolbox
A collection of Model Context Protocol (MCP) tools that run on the Modal cloud platform.
Brex
Interact with the Brex API to manage financial data and resources.
OpenAI
A server for interacting with the OpenAI API. Requires an API key.