MCP.so
Sign In

Yazdani-Supabase-MCP-Server

@byazdani9

About Yazdani-Supabase-MCP-Server

A Supabase PostgreSQL MCP server with Claude 3.7 Sonnet integration for natural language to SQL conversion

Basic information

Category

Cloud & Infrastructure

License

MIT license

Runtime

python

Transports

stdio

Publisher

byazdani9

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "yazdani-supabase-mcp-server": {
      "command": "python",
      "args": [
        "run_server.py"
      ]
    }
  }
}

Tools

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 Yazdani-Supabase-MCP-Server?

Yazdani-Supabase-MCP-Server is an MCP server that integrates with Supabase PostgreSQL and uses Claude 3.7 for natural language query processing. It is designed for integration with React Native PaveApp and includes features such as schema inspection, SQL execution, and migration management.

How to use Yazdani-Supabase-MCP-Server?

Install dependencies with pip install -r requirements.txt, create a .env file with Supabase and Anthropic credentials, then run the server using python run_server.py (live) or USE_MOCK_DB=true python run_server.py (mock). For natural language testing, use run_nl_test.bat or run http_server.py and `

Comments

More Cloud & Infrastructure MCP servers