File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 " install/gemini-cli" ,
5555 " install/vscode" ,
5656 " install/cursor" ,
57+ " install/antigravity" ,
5758 " install/windsurf" ,
5859 " install/kiro" ,
5960 " install/augment" ,
Original file line number Diff line number Diff line change 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 />
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments