Skip to content
Claude Desktop

ask antigravity for Claude Desktop

io.github.lykhoyda/ask-antigravity

Bridge Claude with Google's Antigravity CLI (agy) for code review and second opinions

client:Claude Desktop transport:stdio runtime:npm

Install ask antigravity in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ask-antigravity": {
      "command": "npx",
      "args": [
        "-y",
        "@ask-llm/antigravity-mcp"
      ],
      "env": {
        "ASK_ANTIGRAVITY_TIMEOUT_MS": "<ASK_ANTIGRAVITY_TIMEOUT_MS>",
        "ASK_ANTIGRAVITY_SANDBOX": "<ASK_ANTIGRAVITY_SANDBOX>",
        "GMCPT_LOG_LEVEL": "<GMCPT_LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ask antigravity in other clients