MCP Server
MCP
Antigravity Link
MCP server and OpenAPI-backed mobile companion for controlling Antigravity IDE sessions
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "antigravity-link-extension",
"version": "1.0.13",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL for the local Antigravity Link bridge server",
"isRequired": true,
"format": "string",
"name": "AG_BRIDGE_URL"
},
{
"description": "Auth token from the Antigravity Link QR URL",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AG_BRIDGE_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment