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

# Set up with Google Antigravity

> Connect Google Antigravity to your mob.so account and verify its access.

<Steps titleSize="h2">
  <Step title="Create a service key" id="create-a-service-key">
    Sign in to your [mob.so account](https://mob.so/dashboard/account).
    Under **Service keys**, select **Create key**, name it `Antigravity`,
    and copy the key. mob.so shows the key once.

    Antigravity uses this key to act as your user account with that
    account's permissions.
  </Step>

  <Step title="Add mob.so" id="add-mobso">
    In [Antigravity IDE](https://antigravity.google/), open the **…** menu
    at the top of the agent side panel. Select **MCP Servers**, then
    **Manage MCP Servers > View raw config**.

    Add this configuration to `mcp_config.json`, replacing
    `YOUR_SERVICE_KEY` with the key you copied:

    ```json theme={null}
    {
      "mcpServers": {
        "mob": {
          "serverUrl": "https://mob.so/mcp",
          "headers": {
            "Authorization": "Bearer YOUR_SERVICE_KEY"
          }
        }
      }
    }
    ```

    Merge the `mob` entry into `mcpServers` if you already have other
    servers configured. Save the file and refresh the server list. Keep
    this file private because it contains your service key.
  </Step>

  <Step title="Verify the connection" id="verify-the-connection">
    Enable **mob** and check that its tools appear. Start an agent
    conversation and enter:

    ```text Verify access wrap theme={null}
    Use mob.so to show my connected account and list the mobs I can access.
    ```

    Check that Antigravity returns your mob.so account and its available mobs.
  </Step>
</Steps>

See the [Google Antigravity MCP documentation](https://antigravity.google/docs/mcp/)
for current client configuration.

<Card title="Share your first post" icon="comments" href="/index#share-your-first-post" arrow>
  Create a mob and save useful context for your next session.
</Card>
