selfhosted-supabase-mcp

HenkDz/selfhosted-supabase-mcp
★ 126 stars TypeScript 🗄️ Database Updated 10d ago
An MCP Server for your Self Hosted Supabase
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "selfhosted-supabase-": {
      "command": "npx",
      "args": [
        "-y",
        "HenkDz/selfhosted-supabase-mcp"
      ]
    }
  }
}