Skip to content

Commit 5964728

Browse files
committed
add antigravity docs
1 parent d04011d commit 5964728

3 files changed

Lines changed: 43 additions & 0 deletions

File tree

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"install/gemini-cli",
5555
"install/vscode",
5656
"install/cursor",
57+
"install/antigravity",
5758
"install/windsurf",
5859
"install/kiro",
5960
"install/augment",

install/antigravity.mdx

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "Antigravity"
3+
description: "Connect Antigravity to up-to-date and token-efficient documentation."
4+
---
5+
6+
import GetHelp from '/snippets/get-help.mdx';
7+
8+
[Antigravity MCP docs](https://antigravity.google/docs/mcp)
9+
10+
You can find your Ref API key at [ref.tools/keys](https://ref.tools/keys)
11+
12+
## Install Steps
13+
14+
1. Open Agent Chat.
15+
2. Click the `...` Additional options button and select `MCP Servers`
16+
3. Click `Manage MCP Servers`. This should open an editor tab called `Managed MCPS`
17+
4. Update `mcp_config.json`
18+
19+
```mcp_config.json
20+
{
21+
"mcpServers": {
22+
"ref": {
23+
"serverUrl": "https://api.ref.tools/mcp",
24+
"headers": {
25+
"x-ref-api-key": "<your-api-key>"
26+
}
27+
}
28+
}
29+
}
30+
```
31+
32+
## Verify
33+
34+
Go back to the `Manage MCP Servers` page and hit `Refresh`
35+
36+
You should see Ref with a green dot. It should say `2 tools, 2 prompts enabled`.
37+
38+
<GetHelp/>

install/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Choose your coding environment below to get started:
6060
<Card title="VS Code" icon="code" href="/install/vscode">
6161
Connect VS Code to up-to-date and token-efficient documentation.
6262
</Card>
63+
64+
<Card title="Antigravity" icon="rocket" href="/install/antigravity">
65+
Connect Antigravity to up-to-date and token-efficient documentation.
66+
</Card>
6367

6468
<Card title="Windsurf" icon="wind" href="/install/windsurf">
6569
Connect Windsurf to up-to-date and token-efficient documentation.

0 commit comments

Comments
 (0)