MCP Catalogs
首页antigravity-link-extension screenshot

antigravity-link-extension

by cafeTechne·163·综合分 48

Google Antigravity IDE 的移动伴侣,提供 9 个 MCP 工具和 OpenAPI 用于自动化。

developer-toolsai-llmcommunication
25
Forks
3
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Antigravity Link 是一个 VS Code 扩展,为 Google 的 Antigravity IDE 创建移动界面,使用户能够从手机控制 AI 会话。它通过本地 HTTP API 和 MCP 服务器暴露 9 个工具,用于程序化控制 Antigravity 会话。该解决方案支持远程交互 AI 聊天、文件上传、语音输入和停止生成,同时通过本地操作和令牌认证保持安全性。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:从移动设备远程控制 AI 会话
:通过 MCP 工具自动化 Antigravity 工作流
:在离开桌面时镜像和交互 AI 对话

什么时候选它

如果您已经在使用 Google 的 Antigravity IDE 并且需要移动访问或对 AI 会话进行编程控制,同时保持通信在本地网络内,请选择此工具。

什么时候不要选它

如果您不使用 Antigravity IDE,请不要选择此工具,因为它专门为此平台设计。

此 server 暴露的工具

从 README 抽取出 10 个工具
  • get_snapshot

    Get current chat state, mode, model, and generation status.

  • send_message

    Send a message to the active chat.

  • stop_generation

    Cancel active AI generation.

  • get_instances

    List available Antigravity windows.

  • switch_instance

    Switch to a different Antigravity window.

  • click_element

    Click a UI element.

  • upload_file

    Upload a file to the active chat.

  • get_task

    Read the current task document.

  • get_walkthrough

    Read the current walkthrough document.

  • get_plan

    Read the current implementation plan.

可对比工具

remote-browser-mcpweb-automation-mcpwebsocket-tools-mcp

安装

安装

  1. 从 Antigravity 扩展市场安装:搜索 **Antigravity Link** 或[直接从 Open VSX 安装](https://open-vsx.org/extension/cafetechne/antigravity-link-extension)
  1. 启用远程调试启动 Antigravity:
antigravity --remote-debugging-port=9000
  1. 在 VS Code 中运行 Antigravity Link: Start Server
  1. 运行 Antigravity Link: Show QR Code 并用手机扫描

Claude Desktop 配置

{
  "antigravity-link": {
    "command": "node",
    "args": ["<extension-dir>/mcp-server.mjs"],
    "env": {
      "AG_BRIDGE_URL": "https://localhost:3000",
      "AG_BRIDGE_TOKEN": "<token>"
    }
  }
}

antigravity-link-extension 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。