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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,14 @@ Put this config in `~/.cursor/mcp.json` for [Cursor](https://docs.cursor.com/con
38
38
}
39
39
```
40
40
41
+
### Claude Code
42
+
43
+
Run this command to configure [Claude Code](https://www.anthropic.com/claude-code):
44
+
45
+
```bash
46
+
claude mcp add honeybadger -- docker run -i --rm -e HONEYBADGER_PERSONAL_AUTH_TOKEN="HONEYBADGER_PERSONAL_AUTH_TOKEN" ghcr.io/honeybadger-io/honeybadger-mcp-server:latest
47
+
```
48
+
41
49
### VS Code
42
50
43
51
Add the following to your [user settings](https://code.visualstudio.com/docs/configure/settings#_settings-json-file) or `.vscode/mcp.json` in your workspace:
0 commit comments