@joshuarileydev/supabase-mcp-server

0.0.2 • Public • Published

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"
      }
    }
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @joshuarileydev/supabase-mcp-server

Weekly Downloads

15

Version

0.0.2

License

MIT

Unpacked Size

9.76 kB

Total Files

4

Last publish

Collaborators

  • joshuarileydev