MCP Antigravity Bridge
Click on "Deploy 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
Related MCP Connectors
- AgentdaOAuthcom.myagentda
Agent-native task management: your AI agent is the interface. Delegate to anyone by email.
- projectsOAuthcloud.tri2b
Task tracking built for coding agents. Work is leased, so two agents never take the same SubTask.
- ApricotOAuthtools.apricot
Manage SysML2 projects and files directly through your coding agent.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.