{ "context": { "modes": ["sequential-thinking"] }, "mcpServers": { "supabase": { "command": "npx", "args": [ "-y", "@supabase/mcp-server-supabase@latest", "--project-ref=zctjaivtfyfxokfaemek" ], "env": { "SUPABASE_ACCESS_TOKEN": "sbp_d27758bc99df08610f063d2b8964cc0ddd94d00b" } }, "stripe": { "command": "npx", "args": [ "-y", "@stripe/mcp@latest", "--tools=all" ], "env": { "STRIPE_SECRET_KEY": "${STRIPE_SECRET_KEY}" } }, "ide": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ide@latest" ] }, "playwright_ui_login": { "command": "npx", "args": ["-y", "@playwright/mcp-ui-login@latest"] }, "playwright_cookie_restore": { "command": "npx", "args": ["-y", "@playwright/mcp-cookie-restore@latest"] }, "playwright_check_auth_routes": { "command": "npx", "args": ["-y", "@playwright/mcp-check-auth-routes@latest"] }, "playwright_multi_role_simulation": { "command": "npx", "args": ["-y", "@playwright/mcp-multi-role@latest"] }, "playwright_screenshot_compare": { "command": "npx", "args": ["-y", "@playwright/mcp-screenshot-compare@latest"] }, "playwright_network_inspector": { "command": "npx", "args": ["-y", "@playwright/mcp-network-inspector@latest"] }, "playwright_trace_debugger": { "command": "npx", "args": ["-y", "@playwright/mcp-trace-debugger@latest"] } } }