Skip to content

Commit 6751777

Browse files
authored
docs: add Google Antigravity configuration instructions to README (#111)
1 parent 38bf006 commit 6751777

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,28 @@ Follow the MCP setup guide with these parameters:
121121

122122
</details>
123123

124+
<details>
125+
<summary>Google Antigravity</summary>
126+
127+
**Configure in MCP config file:**
128+
129+
Add this to your Antigravity MCP config file: `.gemini/antigravity/mcp_config.json`
130+
131+
```json
132+
{
133+
"mcpServers": {
134+
"next-devtools": {
135+
"command": "npx",
136+
"args": ["-y", "next-devtools-mcp@latest"]
137+
}
138+
}
139+
}
140+
```
141+
142+
See [Antigravity MCP docs](https://antigravity.google/docs/mcp) for more info.
143+
144+
</details>
145+
124146
<details>
125147
<summary>VS Code / Copilot</summary>
126148

0 commit comments

Comments
 (0)