Skip to content

Commit e0f9b55

Browse files
authored
docs: update installation instructions
1 parent 3a1598b commit e0f9b55

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ docker pull ghcr.io/honeybadger-io/honeybadger-mcp-server:latest
1313

1414
Then, configure your MCP client(s). You can find your personal auth token under the "Authentication" tab in your [Honeybadger User settings](https://app.honeybadger.io/users/edit).
1515

16-
### Claude Desktop (and Cursor, and Windsurf)
16+
### Cursor, Windsurf, and Claude Desktop
17+
18+
Put this config in `~/.cursor/mcp.json` for [Cursor](https://docs.cursor.com/context/model-context-protocol), or `~/.codeium/windsurf/mcp_config.json` for [Windsurf](https://docs.windsurf.com/windsurf/cascade/mcp). See Anthropic's [MCP quickstart guide](https://modelcontextprotocol.io/quickstart/user) for how to locate your `claude_desktop_config.json` for Claude Desktop:
1719

1820
```json
1921
{
@@ -36,10 +38,10 @@ Then, configure your MCP client(s). You can find your personal auth token under
3638
}
3739
```
3840

39-
For Cursor, put this config in [`~/.cursor/mcp.json`](https://docs.cursor.com/context/model-context-protocol). Windsurf's config is at [`~/.codeium/windsurf/mcp_config.json`](https://docs.windsurf.com/windsurf/cascade/mcp). See Anthropic's [MCP quickstart guide](https://modelcontextprotocol.io/quickstart/user) for how to add the config to Claude Desktop.
40-
4141
### VS Code
4242

43+
Add the following to your [user settings](https://code.visualstudio.com/docs/configure/settings#_settings-json-file) or `.vscode/mcp.json` in your workspace:
44+
4345
```json
4446
{
4547
"mcp": {
@@ -75,7 +77,7 @@ See [Use MCP servers in VS Code](https://code.visualstudio.com/docs/copilot/chat
7577

7678
### Zed
7779

78-
You can add the following directly to your Zed settings file (`~/.config/zed/settings.json`):
80+
Add the following to your Zed settings file in `~/.config/zed/settings.json`:
7981

8082
```json
8183
{

0 commit comments

Comments
 (0)