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

# Configure Antigravity

> Connect Google Antigravity IDE to the Suggix MCP server.

Add Suggix as a remote MCP server in Antigravity IDE to make feedback and roadmap context available to its agents.

## Open the MCP configuration

In Antigravity IDE:

1. Open the agent side panel.
2. Select **MCP Servers** from the more actions menu.
3. Select **Manage MCP Servers**, then **View raw config**.

Use the global file at `~/.gemini/config/mcp_config.json` for all projects, or `.agents/mcp_config.json` in a workspace for a project-specific connection.

## Add Suggix

Add this server definition to the `mcpServers` object:

```json theme={null}
{
  "mcpServers": {
    "suggix": {
      "serverUrl": "https://mcp.suggix.com/mcp",
      "headers": {
        "Authorization": "Bearer sgx_mcp_your_key"
      }
    }
  }
}
```

Save the file and refresh the MCP Servers panel. The Suggix tools and resources become available after the connection succeeds.

<Warning>
  A workspace-level `.agents/mcp_config.json` can be shared with a project. Do not commit a raw Suggix API key there. Use your protected global configuration for sensitive keys.
</Warning>

## Verify the connection

Open the MCP Servers panel and confirm that `suggix` is enabled. Then ask an agent to use Suggix context, such as: `Find feedback posts related to onboarding and summarize the recurring requests.`

<Card title="Suggix MCP Overview" icon="plug" href="/mcp/overview">
  Learn how to create and manage workspace MCP API keys.
</Card>
