UNPKG

@rip-user/rls-debugger-mcp

Version:

AI-powered MCP server for debugging Supabase Row Level Security policies with Claude structured outputs

14 lines (13 loc) 308 B
{ "mcpServers": { "rls-debugger": { "command": "node", "args": ["./dist/index.js"], "env": { "SUPABASE_URL": "https://your-project.supabase.co", "SUPABASE_SERVICE_KEY": "your-service-role-key", "ANTHROPIC_API_KEY": "your-anthropic-api-key" } } } }