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: documentation/docs/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
@@ -108,6 +108,25 @@ It will open a file with your MCP servers where you can add the following config
108
108
}
109
109
```
110
110
111
+
## Zed
112
+
113
+
- Open the command palette
114
+
- Search and select "agent:open settings"
115
+
- In settings panel look for `Model Context Protocol (MCP) Servers`
116
+
- Click on "Add Server"
117
+
- Select: "Add Custom Server"
118
+
119
+
It will open a popup with MCP server config where you can add the following configuration:
120
+
121
+
```json
122
+
{
123
+
"svelte": {
124
+
"command": "npx",
125
+
"args": ["-y", "@sveltejs/mcp"]
126
+
}
127
+
}
128
+
```
129
+
111
130
## Other clients
112
131
113
132
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