From d5e3b84d9c0c091cf72804ff885973c3c69b8499 Mon Sep 17 00:00:00 2001 From: UltimateStarCoder <71677493+UltimateStarCoder@users.noreply.github.com> Date: Fri, 28 Nov 2025 20:31:00 -0700 Subject: [PATCH] Add AntiGravity configuration steps to remote setup Added instructions for configuring AntiGravity in MCP. --- documentation/docs/20-setup/30-remote-setup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/documentation/docs/20-setup/30-remote-setup.md b/documentation/docs/20-setup/30-remote-setup.md index 108c2bfc..eaaeffce 100644 --- a/documentation/docs/20-setup/30-remote-setup.md +++ b/documentation/docs/20-setup/30-remote-setup.md @@ -117,6 +117,23 @@ It will open a file with your MCP servers where you can add the following config - Click _Save MCP configuration_ +## AntiGravity + +- Open Toggle Agent → ⋯ → MCP Servers +- Click **View raw config** and update `mcp_config.json`: +```json + { + "mcpServers": { + "svelte": { + "command": "npx", + "args": ["-y", "@sveltejs/mcp"] + } + } + } +``` +- Save the file +- Return to MCP Servers and click **Refresh** + ## Other clients 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.