> ## Documentation Index
> Fetch the complete documentation index at: https://docs.migma.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Antigravity

> Connect Migma MCP to Google Antigravity.

Use Migma MCP in Antigravity when an agent needs to prepare emails, review campaigns, manage contacts, or wire backend sends inside an Antigravity workspace.

## Local MCP

Open Antigravity's MCP manager and add a custom server. If you edit raw config, use:

```json theme={null}
{
  "mcpServers": {
    "migma": {
      "command": "npx",
      "args": ["-y", "@migma/mcp"],
      "env": {
        "MIGMA_API_KEY": "your_migma_api_key"
      }
    }
  }
}
```

Restart Antigravity or refresh MCP tools after saving.

## Remote MCP

Use Remote MCP if your Antigravity version supports HTTP MCP servers with custom headers:

```json theme={null}
{
  "mcpServers": {
    "migma": {
      "url": "https://migma.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${env:MIGMA_API_KEY}"
      }
    }
  }
}
```

## Verify

Ask Antigravity:

```text theme={null}
Use Migma to list my brands. Do not send anything.
```

## Next

<CardGroup cols={2}>
  <Card title="MCP Server" icon="server" href="/mcp-server">
    Remote and local MCP details.
  </Card>

  <Card title="Skills" icon="wrench-screwdriver" href="/skills">
    Install Migma skills when Antigravity supports skill folders.
  </Card>
</CardGroup>
