Skip to main content
Glama
cyq1017

MCP Antigravity Bridge

by cyq1017

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

F
license - not found
-
quality - not tested
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.

  • Coding agents from Claude Code, Cursor and Codex claim jobs and lock files on one shared board.

  • Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.

View all MCP Connectors

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