Skip to content

Commit 6f9182f

Browse files
docs: add Antigravity config (#580)
1 parent 3921e8a commit 6f9182f

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
@@ -63,6 +63,28 @@ amp mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
6363

6464
</details>
6565

66+
<details>
67+
<summary>Antigravity</summary>
68+
69+
To use the Chrome DevTools MCP server, disable the built-in browser in the settings and add the following config to ` ~/.gemini/antigravity/mcp_config.json`:
70+
71+
```bash
72+
{
73+
"mcpServers": {
74+
"chrome-devtools": {
75+
"type": "stdio",
76+
"command": "npx",
77+
"args": [
78+
"chrome-devtools-mcp@latest",
79+
"-y"
80+
]
81+
}
82+
}
83+
}
84+
```
85+
86+
</details>
87+
6688
<details>
6789
<summary>Claude Code</summary>
6890
Use the Claude Code CLI to add the Chrome DevTools MCP server (<a href="https://docs.anthropic.com/en/docs/claude-code/mcp">guide</a>):

0 commit comments

Comments
 (0)