Skip to content

Commit 7e9127d

Browse files
docs(mcp): add Google Antigravity setup instructions (#5530)
Co-authored-by: Benjamin Canac <[email protected]>
1 parent 328c5bb commit 7e9127d

File tree

1 file changed

+21
-0
lines changed
  • docs/content/docs/1.getting-started/7.ai

1 file changed

+21
-0
lines changed

docs/content/docs/1.getting-started/7.ai/1.mcp.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,27 @@ Or manually create/update `.cursor/mcp.json` in your project root:
135135
}
136136
```
137137

138+
### Google Antigravity
139+
140+
#### Setup Instructions:
141+
142+
1. Open the MCP store via the "..." dropdown at the top of the editor's agent panel.
143+
2. Click on "Manage MCP Servers"
144+
3. Click on "View raw config"
145+
4. Modify the `mcp_config.json` with your custom MCP server configuration:
146+
147+
```json
148+
{
149+
"mcpServers": {
150+
"nuxt-ui": {
151+
"serverUrl": "https://ui.nuxt.com/mcp"
152+
}
153+
}
154+
}
155+
```
156+
157+
5. Return to the "Manage MCP Servers" tab and click "Refresh". The Nuxt UI MCP server should now appear.
158+
138159
### Le Chat Mistral
139160

140161
#### Setup Instructions:

0 commit comments

Comments
 (0)