Connect Antigravity
Antigravity accepts remote MCP servers through a URL entry in its client configuration.
How do I connect an MCP server to Antigravity?
Add the server URL to Antigravity’s MCP client configuration and reload the client. Antigravity connects to remote MCP servers directly over streamable HTTP, so a deployed server needs only its URL.
Setup
- Open Antigravity’s MCP client configuration.
- Add the entry below with your deployment URL.
- Reload the client so it picks up the new server.
{
"mcpServers": {
"my-server": {
"url": "https://my-server.mcp.cloud/mcp"
}
}
}Verify the connection
Confirm the server and its tools appear in Antigravity’s MCP panel.
Troubleshooting
Tools missing after adding the server.
Reload the client window; configuration is read at startup.
Connect another client
Claude Code
Add your MCP server to Claude Code from the terminal.
Claude Desktop
Connect Claude Desktop to a remote MCP server over a stdio bridge.
Cursor
Point Cursor at a remote MCP server.
VS Code
Add a remote MCP server to VS Code.
Windsurf
Connect Windsurf to a remote MCP server.
Codex
Add a remote MCP server to the Codex CLI and IDE extension.
ChatGPT
Add your MCP server to ChatGPT as a custom connector.
Gemini CLI
Add a remote MCP server to the Gemini CLI.