Skip to content
Cursor

ask antigravity for Cursor

io.github.lykhoyda/ask-antigravity

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

client:Cursor transport:stdio runtime:npm

Install ask antigravity in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "ask-antigravity": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ask antigravity in other clients