Antigravity Link for Cursor
io.github.cafetechne/antigravity-link
MCP server and OpenAPI-backed mobile companion for controlling Antigravity IDE sessions
client:Cursor
transport:stdio
runtime:npm
Install Antigravity Link in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"antigravity-link": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"antigravity-link-extension"
],
"env": {
"AG_BRIDGE_URL": "<AG_BRIDGE_URL>",
"AG_BRIDGE_TOKEN": "<AG_BRIDGE_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs