MCP Antigravity Bridge
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.
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyq1017/mcp-antigravity-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server