MCP Antigravity Bridge MCP Server

Bridge between OpenClaw and Antigravity for delegating coding tasks.

README.md

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
`packages/mcp-server` MCP Server exposing task management tools to OpenClaw
`packages/vscode-extension` VS Code extension that auto-executes tasks inside Antigravity

Quick Start

1. Install dependencies

npm install

2. Build

npm run build

3. 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.vsix

MCP Tools

Tool Description
send_task Submit a coding task for Antigravity to execute
get_result Check the status and retrieve results of a task
list_pending 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 details

License

MIT

Tools 3

send_taskSubmit a coding task for Antigravity to execute
get_resultCheck the status and retrieve results of a task
list_pendingList all pending tasks in the queue

Try it

→Submit a new coding task to Antigravity to refactor the current project structure.
→Check the status of my pending coding tasks using get_result.
→List all pending tasks currently in the queue to see what is waiting for execution.

Frequently Asked Questions

What are the key features of MCP Antigravity Bridge?

Delegates complex coding tasks from OpenClaw to Antigravity. Uses a filesystem-based mailbox for task communication. Supports task submission, status monitoring, and result retrieval. Integrates with VS Code via a dedicated extension.

What can I use MCP Antigravity Bridge for?

Automating complex refactoring tasks by offloading them to the Antigravity environment. Managing coding task queues between AI agents and local development environments. Retrieving execution results from automated coding workflows directly into the agent interface.

How do I install MCP Antigravity Bridge?

Install MCP Antigravity Bridge by running: npm install && npm run build

What MCP clients work with MCP Antigravity Bridge?

MCP Antigravity Bridge works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep MCP Antigravity Bridge docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Open Conare