Skip to content

Commit d5e3b84

Browse files
Add AntiGravity configuration steps to remote setup
Added instructions for configuring AntiGravity in MCP.
1 parent fba7336 commit d5e3b84

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

documentation/docs/20-setup/30-remote-setup.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,23 @@ It will open a file with your MCP servers where you can add the following config
117117

118118
- Click _Save MCP configuration_
119119

120+
## AntiGravity
121+
122+
- Open Toggle Agent → ⋯ → MCP Servers
123+
- Click **View raw config** and update `mcp_config.json`:
124+
```json
125+
{
126+
"mcpServers": {
127+
"svelte": {
128+
"command": "npx",
129+
"args": ["-y", "@sveltejs/mcp"]
130+
}
131+
}
132+
}
133+
```
134+
- Save the file
135+
- Return to MCP Servers and click **Refresh**
136+
120137
## Other clients
121138

122139
If we didn't include the MCP client you are using, refer to their documentation for `remote` servers and use `https://mcp.svelte.dev/mcp` as the URL.

0 commit comments

Comments
 (0)