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

# Antigravity

> Capture and recall with Antigravity.

# Antigravity Integration

BaseLayer works with Antigravity for both **automatic capture** of your conversations and **MCP recall** so Antigravity can search your memory.

## Capture (automatic)

The BaseLayer desktop app automatically detects Antigravity conversations via its IDE watcher. No setup needed, just make sure the desktop app is running.

Verify in **Settings → IDE Watchers**. You should see Antigravity listed.

## Recall (MCP setup)

To give Antigravity access to your memory, add BaseLayer as an MCP server in your Antigravity MCP configuration:

```json theme={null}
{
  "mcpServers": {
    "baselayer": {
      "url": "https://api.baselayer.id/mcp"
    }
  }
}
```

Restart Antigravity to activate the connection.

### Verify

In an Antigravity chat session, try:

> "What do you know about my current project?"

Antigravity should call `ask_question` and return knowledge from your memory.

<Tip>With both capture and recall active, Antigravity becomes a fully integrated part of your knowledge workflow. Conversations are captured, and Antigravity can search your memory for context from all your AI tools.</Tip>
