Skip to content

Commit c22df12

Browse files
Sync mcp docs (#1596)
Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent d499228 commit c22df12

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

apps/svelte.dev/content/docs/mcp/20-setup/20-local-setup.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,25 @@ It will open a file with your MCP servers where you can add the following config
109109
}
110110
```
111111

112+
## Zed
113+
114+
- Open the command palette
115+
- Search and select "agent:open settings"
116+
- In settings panel look for `Model Context Protocol (MCP) Servers`
117+
- Click on "Add Server"
118+
- Select: "Add Custom Server"
119+
120+
It will open a popup with MCP server config where you can add the following configuration:
121+
122+
```json
123+
{
124+
"svelte": {
125+
"command": "npx",
126+
"args": ["-y", "@sveltejs/mcp"]
127+
}
128+
}
129+
```
130+
112131
## Other clients
113132

114133
If we didn't include the MCP client you are using, refer to their documentation for `stdio` servers and use `npx` as the command and `-y @sveltejs/mcp` as the arguments.

0 commit comments

Comments
 (0)