UNPKG

@rip-user/rls-debugger-mcp

Version:

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

15 lines (14 loc) 387 B
{ "mcpServers": { "rls-debugger": { "command": "node", "args": ["/absolute/path/to/Supabase-rls-mcp/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", "MEMORY_DIR": "/path/to/.rls-memory" } } } }