Supabase Management

by joshuarileydev

35 stars
2.6k downloads
Not rated
GitHub

About

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.

Details

Author
joshuarileydev
Repository
JoshuaRileyDev/supabase-mcp-server
GitHub stars
35
Downloads
2,579
Categories
Cloud Service, Other, Database, Infrastructure, Project Management, Design, Developer Tools, AI, API, Automation, Frontend
Tags
#integration, #supabase

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Supabase Management
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 y
    • Argument 2 @joshuarileydev/supabase-mcp-server
    Environment
    • SUPABASE_API_KEY API_KEY_HERE

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "supabase management": {
            "env": {
                "SUPABASE_API_KEY": "API_KEY_HERE"
            },
            "args": [
                "y",
                "@joshuarileydev/supabase-mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": {
        "SUPABASE_API_KEY": "API_KEY_HERE"
    },
    "args": [
        "y",
        "@joshuarileydev/supabase-mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": {
        "SUPABASE_API_KEY": "API_KEY_HERE"
    },
    "args": [
        "y",
        "@joshuarileydev/supabase-mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": {
        "SUPABASE_API_KEY": "API_KEY_HERE"
    },
    "args": [
        "/c",
        "npx",
        "y",
        "@joshuarileydev/supabase-mcp-server"
    ],
    "command": "cmd"
}

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.

- List all projects
- Get project details
- Create new projects
- Delete projects
- Retrieve project API keys

- List all organizations
- Get organization details
- Create new organizations

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

Official Supabase MCP server for managing Supabase projects, databases, auth, storage, edge functions, and SQL workflows from AI agents.

Access and manage your Supabase projects through the Model Context Protocol (MCP).

Comprehensive MCP server for managing self-hosted Supabase on Coolify with full deployment, migrations, edge functions, and rollback support.

Navigate your Aiven projects and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services

Exposes cloud provider control and data planes to agents as self-describing, queryable and mutable data sources using SQL, minimising tool surface and token usage.

Interact with the Appwrite API to manage databases, users, storage, and more. Requires configuration via environment variables.

Generate and execute AWS CLI commands using natural language.

Interact with your AWS environment using natural language to query and manage resources. Requires local AWS credentials.

Interact with your AWS environment using natural language. Requires local AWS credentials.

A natural language interface to manage AWS services like RDS, S3, EC2, and VPC.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.