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
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).
15
15
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:
17
19
18
20
```json
19
21
{
@@ -36,10 +38,10 @@ Then, configure your MCP client(s). You can find your personal auth token under
36
38
}
37
39
```
38
40
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
-
41
41
### VS Code
42
42
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
+
43
45
```json
44
46
{
45
47
"mcp": {
@@ -75,7 +77,7 @@ See [Use MCP servers in VS Code](https://code.visualstudio.com/docs/copilot/chat
75
77
76
78
### Zed
77
79
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`:
0 commit comments