← Back to browse

ask-antigravity

Indexed by io.github.Lykhoyda

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsASK_ANTIGRAVITY_TIMEOUT_MS ASK_ANTIGRAVITY_SANDBOX GMCPT_LOG_LEVEL
Claude Code
claude mcp add --env ASK_ANTIGRAVITY_TIMEOUT_MS= --env ASK_ANTIGRAVITY_SANDBOX= --env GMCPT_LOG_LEVEL= ask-antigravity -- npx @ask-llm/antigravity-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ask-antigravity","command":"npx","args":["@ask-llm/antigravity-mcp"],"env":{"ASK_ANTIGRAVITY_TIMEOUT_MS":"","ASK_ANTIGRAVITY_SANDBOX":"","GMCPT_LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "ask-antigravity": {
      "command": "npx",
      "args": [
        "@ask-llm/antigravity-mcp"
      ],
      "env": {
        "ASK_ANTIGRAVITY_TIMEOUT_MS": "",
        "ASK_ANTIGRAVITY_SANDBOX": "",
        "GMCPT_LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.