Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Antigravity Bridgedelegate refactoring the authentication module to Antigravity"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Antigravity Bridge π¦π
Bridge between OpenClaw and Antigravity β let your OpenClaw agents delegate complex coding tasks to Antigravity.
Architecture
βββββββββββββββ MCP ββββββββββββββββββββ filesystem βββββββββββββββββββββββ
β OpenClaw β βββββββββββ β MCP Server β βββββββββββββββ β VS Code Extension β
β (Discord) β β β ~/antigravity- β (Antigravity) β
β β βββββββββββ β send_task β tasks/ β β
β β results β get_result β βββββββββββββββ β β’ file watcher β
βββββββββββββββ β list_pending β completed/ β β’ auto-execute β
ββββββββββββββββββββ β β’ write results β
βββββββββββββββββββββββPackages
Package | Description |
MCP Server exposing task management tools to OpenClaw | |
VS Code extension that auto-executes tasks inside Antigravity |
Quick Start
1. Install dependencies
npm install2. Build
npm run build3. Configure OpenClaw
Add to ~/.openclaw/openclaw.json:
{
"mcpServers": {
"antigravity-bridge": {
"command": "node",
"args": ["/path/to/mcp-antigravity-bridge/packages/mcp-server/dist/index.js"]
}
}
}4. Install the VS Code Extension
cd packages/vscode-extension
npm run package
antigravity --install-extension ./antigravity-bridge-0.1.0.vsixMCP Tools
Tool | Description |
| Submit a coding task for Antigravity to execute |
| Check the status and retrieve results of a task |
| List all pending tasks in the queue |
Communication
Tasks are exchanged via a file-system mailbox at ~/antigravity-tasks/:
~/antigravity-tasks/
βββ pending/ # New tasks waiting to be picked up
βββ in-progress/ # Tasks currently being executed
βββ completed/ # Finished tasks with results
βββ failed/ # Failed tasks with error detailsLicense
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.