Antigravity Setup Guide
Connect the MCP Server to Antigravity and let your agents interact with the Performance Insights system.
Setup Steps
- Open a chat session and click on addition options (⋯) at the top of the chat window and click on MCP Servers.
- Click on View Raw Config.
- Add the following config:
{
"mcpServers": {
"perfmon-ai-local": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://perf.niteco.com/chat-tools/mcp"
]
}
}
}- 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.
- 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.
Updated about 2 hours ago
