Skip to content

Commit 2c770b3

Browse files
authored
Add Claude Code configuration instructions (#13)
Added instructions for configuring Claude Code.
1 parent 983e12c commit 2c770b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ Put this config in `~/.cursor/mcp.json` for [Cursor](https://docs.cursor.com/con
3838
}
3939
```
4040

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+
4149
### VS Code
4250

4351
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

Comments
 (0)