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

# Antigravity

> Connect KonbiniAPI to Antigravity using the Model Context Protocol.

Antigravity supports MCP servers via HTTP with OAuth. KonbiniAPI supports dynamic client registration, so no manual credentials are needed.

<Steps>
  <Step title="Open the MCP config">
    In Antigravity, click the **"..."** dropdown at the top of the agent panel, select **Manage MCP Servers**, then click **View raw config**.

    This opens `~/.gemini/antigravity/mcp_config.json`.
  </Step>

  <Step title="Add KonbiniAPI">
    ```json theme={null}
    {
      "mcpServers": {
        "konbiniapi": {
          "serverUrl": "https://mcp.konbiniapi.com"
        }
      }
    }
    ```
  </Step>

  <Step title="Authorize">
    Open Agent Settings with `Cmd+,` (Mac) or `Ctrl+,` (Windows/Linux), navigate to the **Customizations** tab, and click **Authenticate** next to KonbiniAPI.

    Complete the login in your browser, copy the authorization code, paste it back into the settings panel, and click **Submit**.
  </Step>
</Steps>

Once authenticated, KonbiniAPI tools are available to Antigravity's agent automatically. Access tokens are stored locally and refreshed automatically when they expire.
