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
You can choose your preferred `scope` (it must be `user`, `project` or `local`) and `name`.
21
+
The `[scope]`must be `user`, `project` or `local`.
22
22
23
23
## Claude Desktop
24
24
@@ -35,8 +35,6 @@ In the Settings > Developer section, click on Edit Config. It will open the fold
35
35
}
36
36
```
37
37
38
-
The top level must be `mcpServers` but you can choose your preferred `name`.
39
-
40
38
## Codex CLI
41
39
42
40
Add the following to your `config.toml` (which defaults to `~/.codex/config.toml`, but refer to [the configuration documentation](https://github.com/openai/codex/blob/main/docs/config.md) for more advanced setups):
@@ -47,8 +45,6 @@ command = "npx"
47
45
args = ["-y", "@sveltejs/mcp"]
48
46
```
49
47
50
-
The top level must be `mcp_server` but you can choose your preferred `name`.
51
-
52
48
## Gemini CLI
53
49
54
50
To include the local MCP version in Gemini CLI, simply run the following command:
@@ -57,7 +53,7 @@ To include the local MCP version in Gemini CLI, simply run the following command
You can choose your preferred `scope` (it must be `user`, `project` or `local`) and `name`.
56
+
The `[scope]`must be `user`, `project` or `local`.
61
57
62
58
## OpenCode
63
59
@@ -84,15 +80,13 @@ opencode mcp add
84
80
│ npx -y @sveltejs/mcp
85
81
```
86
82
87
-
You can choose your preferred `name`.
88
-
89
83
## VS Code
90
84
91
85
- Open the command palette
92
86
- Select "MCP: Add Server..."
93
87
- Select "Command (stdio)"
94
88
- Insert `npx -y @sveltejs/mcp` in the input and press `Enter`
95
-
-Insert your preferred name
89
+
-When prompted for a name, insert `svelte`
96
90
- Select if you want to add it as a `Global` or `Workspace` MCP server
97
91
98
92
## Cursor
@@ -114,8 +108,6 @@ It will open a file with your MCP servers where you can add the following config
114
108
}
115
109
```
116
110
117
-
The top level must be `mcpServers` but you can choose your preferred `name`.
118
-
119
111
## Other clients
120
112
121
113
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.
To use HTTP servers in Codex you need to enable `experimental_use_rmcp_client` and the top level must be `mcp_server` but you can choose your preferred `name`.
38
-
39
37
## Gemini CLI
40
38
41
39
To use the remote MCP server with Gemini CLI, simply run the following command:
@@ -44,7 +42,7 @@ To use the remote MCP server with Gemini CLI, simply run the following command:
0 commit comments