Skip to content

Commit 7ba57b4

Browse files
Merge pull request #52 from theetherGit/zed-config
2 parents 668a2e4 + fe393bf commit 7ba57b4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

documentation/docs/20-setup/20-local-setup.md

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

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+
111130
## Other clients
112131

113132
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)