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: README.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ Visual Studio Code supports MCP servers through extension and configuration file
153
153
- Create/edit `.vscode/mcp.json` in your project directory
154
154
- Use the Command Palette (Ctrl+Shift+P or Cmd+Shift+P) and select "MCP: Add Server"
155
155
156
-
3.**Add the configuration** using the same JSON format as shown in the Claude Desktop section
156
+
3.**Add the configuration** using the same JSON format as shown in the [Claude Desktop](#claude-desktop) section
157
157
158
158
### Cursor
159
159
@@ -163,21 +163,27 @@ Cursor IDE supports MCP servers through configuration files.
163
163
-`.cursor/mcp.json` in your project directory
164
164
-`~/.cursor/mcp.json` for global configuration
165
165
166
-
2.**Add the configuration** using the same JSON format as shown in the Claude Desktop section
166
+
2.**Add the configuration** using the same JSON format as shown in the [Claude Desktop](#claude-desktop) section
167
167
168
168
### IBM Bob
169
169
170
170
[IBM Bob](https://www.ibm.com/products/bob) supports MCP servers through configuration files.
171
171
172
-
1.**Create/edit** one of these files:
173
-
-`.bob/mcp.json` in your project directory
174
-
-`~/.bob/mcp.json` for global configuration
172
+
#### Configuring MCP Servers in Bob
173
+
174
+
MCP server configurations can be managed at two levels:
175
+
176
+
-**Project-level Configuration**: Create the file `.bob/mcp.json` within your project directory, and then **add the configuration** using the JSON format shown in the [Claude Desktop](#claude-desktop) section
177
+
-**Global Configuration**: Stored in the `mcp_settings.json` file, accessible via VS Code settings. These settings apply across all your workspaces unless overridden by a project-level configuration.
178
+
1. Click the icon in the top navigation of the Bob pane.
179
+
2. Scroll to the bottom of the MCP settings view.
180
+
3. Click **Edit Global MCP**: Opens the global `mcp_settings.json` file.
181
+
4. Add the configuration using the same JSON format as shown in the [Claude Desktop](#claude-desktop) section
175
182
176
-
2.**Add the configuration** using the same JSON format as shown in the Claude Desktop section
177
183
178
184
### Claude Code
179
185
180
-
Claude Code supports configuration via CLI or config file.
186
+
Claude Code supports configuration via CLI or config file. The configuration format is similar to the [Claude Desktop](#claude-desktop) section.
181
187
182
188
**CLI Method:**
183
189
```bash
@@ -201,7 +207,7 @@ claude mcp remove tim-mcp
201
207
202
208
## Version Pinning
203
209
204
-
For production use, pin to a specific version to ensure consistent behavior:
210
+
For production use, pin to a specific version to ensure consistent behavior (using the same format as in the [Claude Desktop](#claude-desktop) section):
0 commit comments