supabase-mcp-server

The Supabase MCP Server is 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. It offers various functionalities such as creating, deleting, and retrieving project details and API keys.

GitHub Stars

42

User Rating

Not Rated

Forks

11

Issues

4

Views

1

Favorites

0

README
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"
      }
    }
  }
}
Author Information

23

Followers

40

Repositories

0

Gists

2

Total Contributions

Top Contributors

Threads