Skip to content

feat: support antigravity target in installer#245

Open
meifans wants to merge 1 commit into
colbymchenry:mainfrom
meifans:feat/support-antigravity
Open

feat: support antigravity target in installer#245
meifans wants to merge 1 commit into
colbymchenry:mainfrom
meifans:feat/support-antigravity

Conversation

@meifans
Copy link
Copy Markdown

@meifans meifans commented May 21, 2026

image

This PR adds support for antigravity IDE 2.0 / antigravity cli (referred to as antigravity) as an installation target.

Note

This target configuration is supported starting from Antigravity version 5.20 (released around May 20th). It specifically targets Antigravity 2.0, Antigravity IDE, and Antigravity Cli. Older legacy versions of Antigravity do not support this configuration format. For more details, see Antigravity Downloads.

Why this is needed

Modern versions of antigravity configure their MCP servers globally via ~/.gemini/config/mcp_config.json and agent instructions via ~/.gemini/config/AGENTS.md.

MCP Config Specification

Unlike some other targets, antigravity expects its MCP server configuration in a specific JSON shape without a "type" property, but retaining an empty "env" block:

{
  "mcpServers": {
    "codegraph": {
      "command": "codegraph",
      "args": [
        "serve",
        "--mcp"
      ],
      "env": {}
    }
  }
}

Copy link
Copy Markdown

@BaguetteUhq1 BaguetteUhq1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

really nice brother

@meifans meifans force-pushed the feat/support-antigravity branch from 14cb9de to 89f166d Compare May 22, 2026 09:10
@meifans meifans force-pushed the feat/support-antigravity branch from 89f166d to 5543e49 Compare May 22, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants