Skip to content

Commit 3acdca2

Browse files
cursoragentarsalann
andcommitted
Keep Cursor instructions separate, add new VS Code section
- Restore original Cursor IDE instructions unchanged - Add new dedicated VS Code section with two installation methods - Option 1: Manual mcp.json editing with file locations - Option 2: Command Palette method Co-authored-by: Arsalan <[email protected]>
1 parent c290fa4 commit 3acdca2

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

docs/getting-started/bruin-mcp.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,31 @@ To use Bruin MCP in Claude Code, run the following command in your terminal:
2020
claude mcp add bruin -- bruin mcp
2121
```
2222

23-
### Cursor IDE & VS Code
23+
### Cursor IDE
2424

25-
There are two ways to set up Bruin MCP in Cursor IDE or VS Code:
25+
To use Bruin MCP in Cursor IDE, go to Cursor Settings > MCP & Integrations > Add Custom MCP, then add the following configuration to the configuration file:
26+
27+
```json
28+
{
29+
"mcpServers": {
30+
"bruin": {
31+
"command": "bruin",
32+
"args": ["mcp"]
33+
}
34+
}
35+
}
36+
```
37+
38+
### VS Code
39+
40+
There are two ways to set up Bruin MCP in VS Code:
2641

2742
#### Option 1: Edit the mcp.json file
2843

2944
1. Locate the `mcp.json` file:
30-
- **macOS**: `~/.cursor/mcp.json` (Cursor) or `~/.vscode/mcp.json` (VS Code)
31-
- **Windows**: `%APPDATA%\Cursor\mcp.json` (Cursor) or `%APPDATA%\Code\mcp.json` (VS Code)
32-
- **Linux**: `~/.config/Cursor/mcp.json` (Cursor) or `~/.config/Code/mcp.json` (VS Code)
45+
- **macOS**: `~/.vscode/mcp.json`
46+
- **Windows**: `%APPDATA%\Code\mcp.json`
47+
- **Linux**: `~/.config/Code/mcp.json`
3348

3449
2. Add the following configuration to the file:
3550

0 commit comments

Comments
 (0)