supa-mcp

elsheppo/supa-mcp
★ 0 stars TypeScript Security Updated today
Add an end-user MCP server to a Supabase app, with OAuth and RLS already wired.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "supa-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "elsheppo/supa-mcp"
      ]
    }
  }
}

README Excerpt

**Your Supabase app, now an MCP.** Run one command to add a polished end-user MCP server to an existing Supabase app. It runs as an Edge Function and uses the app's Supabase Auth, Postgres, and Row Level Security instead of introducing another backend. This package exposes your application's capabilities to its users. It is not

Tools (5)

devdoctorinitsetupstatus