File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
docs/content/docs/1.getting-started/7.ai Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments