# Antigravity



Schema: 1.0 · Data: ee5de863c30bdbe4fe7dd3e07c7e22ea9bf4ab2248dbc7c35cdbf60bc28be1db

## Configuration

### MCP

Status: supported

Configure MCP servers in JSON under the mcpServers key.

- global: `~/.gemini/config/mcp_config.json` (json) — key: mcpServers
- project: `.agents/mcp_config.json` (json) — key: mcpServers
- `command`: string — Command to start a local (stdio) server.
- `args`: string[] — Arguments passed to the command.
- `env`: record<string, string> — Environment variables for the server.
- `serverUrl`: string — Endpoint URL for a remote server.
- `headers`: record<string, string> — HTTP headers for a remote server.
- transports: stdio, http, sse
- auth: headers
- Global config is shared with Antigravity CLI. Native clients also support workspace config; add-mcp 2.3.1 installs globally.
- Remote entries use serverUrl (no type field).
Source: https://antigravity.google/docs/mcp
Checked: 2026-09-07

### Skills

Status: supported

SKILL.md skills following the open Agent Skills standard.

- project: `.agents/skills/<name>/SKILL.md` (markdown)
- global: `~/.gemini/antigravity/skills/<name>/SKILL.md` (markdown)
- `name`: string (required) — Skill identifier (required by the Agent Skills standard).
- `description`: string (required) — What the skill does and when to use it.
- invocation: /skill-name
- allowed-tools: supported
- context: fork: unsupported
- Hooks: unsupported
- Skill discovery paths from the open skills CLI (vercel-labs/skills).
Checked: 2026-06-21

### Rules

Status: unknown

### Hooks

Status: unknown

### Commands

Status: unknown

### Settings

Status: unknown

## Search, browser & identification

Not researched. Unknown does not mean unsupported.
