{ "mcpServers": { "next-devtools": { "command": "npx", "args": ["-y", "next-devtools-mcp@latest"] }, "supabase": { "command": "powershell", "args": [ "-NoProfile", "-ExecutionPolicy", "Bypass", "-Command", "$token = $env:SUPABASE_ACCESS_TOKEN; if ([string]::IsNullOrWhiteSpace($token)) { throw 'SUPABASE_ACCESS_TOKEN is not set in your shell environment.' }; npx -y @supabase/mcp-server-supabase@latest --project-ref=dhtzybnkvpimmomzwrce --access-token=$token" ] }, "codex": { "command": "codex", "args": ["mcp-server"] } } }