MCP Directory
Back

mcp-server-supabase

by walshe · PLpgSQL · ★ 0

This project demonstrates how to use the [Model Context Protocol (MCP)](https://modelcontextprotocol.org/) with a Supabase backend. It provides a local development environment for experimenting with MCP, Supabase, and Postgres.

Install

git clone https://github.com/walshe/mcp-server-supabase.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-supabase": {
      "command": "npx",
      "args": [
        "-y",
        "github:walshe/mcp-server-supabase"
      ]
    }
  }
}

From the README

This project demonstrates how to use the [Model Context Protocol (MCP)](https://modelcontextprotocol.org/) with a Supabase backend. It provides a local development environment for experimenting with MCP, Supabase, and Postgres. - Local Supabase stack (Postgres, Auth, Storage, Studio, etc.) - Example schema and seed data for users, teams, and posts - MCP server configuration for direct database access - Ready-to-use with [Cursor](https://cursor.so) or any MCP-compatible client - [Docker](https://www.docker.com/) (for running Supabase locally) - [Supabase CLI](https://supabase.com/docs/guides/…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers