Antigravity Setup Guide

Connect the MCP Server to Antigravity and let your agents interact with the Performance Insights system.

Setup Steps

  1. Open a chat session and click on addition options (⋯) at the top of the chat window and click on MCP Servers.
  2. Click on View Raw Config.
  3. Add the following config:
{
    "mcpServers": {
        "perfmon-ai-local": {
            "command": "npx",
            "args": [
                "-y",
                "mcp-remote",
                "https://perf.niteco.com/chat-tools/mcp"
            ]
        }
    }
}
  1. Click on refresh and wait for the authorization flow to start. This may take some time. If Authorization does not start reload the developer window: ctrl+shift+p > Developer: Restart Window.
  2. Ask the chat agent to "Get the latest test results for yoursite.com".

Troubleshooting

If the connection isn't working:

  • Try reauthenticating.
  • Check that the MCP server URL is correct in your Antigravity configuration.
  • Restart Cursor after making configuration changes (ctrl+shift+p > Developer: Restart Window).
  • Check the Antigravity MCP logs for error details.