You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/svelte.dev/content/docs/mcp/20-setup/20-local-setup.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,12 @@ It will open a file with your MCP servers where you can add the following config
111
111
112
112
## Zed
113
113
114
+
Install the [Svelte MCP Server extension](https://zed.dev/extensions/svelte-mcp).
115
+
116
+
<details>
117
+
118
+
<summary>Configure Manually</summary>
119
+
114
120
- Open the command palette
115
121
- Search and select "agent:open settings"
116
122
- In settings panel look for `Model Context Protocol (MCP) Servers`
@@ -128,6 +134,8 @@ It will open a popup with MCP server config where you can add the following conf
128
134
}
129
135
```
130
136
137
+
</details>
138
+
131
139
## Other clients
132
140
133
141
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