UNPKG

@rip-user/rls-debugger-mcp

Version:

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

16 lines (15 loc) 429 B
{ "mcpServers": { "rls-debugger": { "command": "npx", "args": ["-y", "@rip-user/rls-debugger-mcp"], "env": { "SUPABASE_URL": "https://your-project.supabase.co", "SUPABASE_SERVICE_KEY": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "ANTHROPIC_API_KEY": "sk-ant-api03-...", "CLAUDE_MODEL": "claude-sonnet-4-5-20250514", "MEMORY_DIR": "./.rls-memory" } } } }