Antigravity 2.0 MCP connection with Roblox Studio

So I’ve been using antigravity to help code on roblox studio and with the new antigravity ( 2.0 ) I’m struggling to find the origional “manage MCP servers” , Maybe It’s been changed but If so I cannot locate it!

There is no GUI for that ATM, you need to modify ~\.gemini\config\mcp_config.json (or equivalent for your OS) manually.

{
  “mcpServers”: {
    “robloxstudio”: {
      “command”: “npx -y robloxstudio-mcp@latest”,
      “env”: {
        “ENV”: “BARS”,
        “IF_YOU”: “NEED_ANY”,
      }
    }
  }
}