KATATANDocs
ENJA
Open App ›
Docs/MCP tool setup/Antigravity
93 words · 1 min read

Google Antigravity

Setup

Run in the root of your project:

npx @katatan/agents init
# Select: 5. Google Antigravity
# Enter your KATATAN access token

The following files are generated:

~/.gemini/antigravity/mcp_config.json  ← global config (merged with existing)

.agents/
└── skills/
    ├── katatan-supervisor/SKILL.md
    ├── katatan-e2e-planner/SKILL.md
    ├── katatan-e2e-generator/SKILL.md
    ├── katatan-e2e-runner/SKILL.md
    └── katatan-e2e-healer/SKILL.md

Generated ~/.gemini/antigravity/mcp_config.json

{
  "mcpServers": {
    "katatan-test": {
      "type": "http",
      "url": "https://mcp.katatan.com/mcp",
      "headers": {
        "Authorization": "Bearer kat_xxxxxxxxxxxxxxxx"
      }
    }
  }
}

Usage

  1. Restart Antigravity to apply the config.
  2. Talk to the katatan-supervisor skill.