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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,25 @@ It will open a file with your MCP servers where you can add the following config
109
109
}
110
110
```
111
111
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
+
112
131
## Other clients
113
132
114
133
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