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
+60-8Lines changed: 60 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ A Model Context Protocl (MCP) server for [Rollbar](https://rollbar.com).
7
7
8
8
## Features
9
9
10
-
This MCP server implementes the `stdio` server type, which means your AI tool (e.g. Claude) will run it directly; you don't run a separate process.
10
+
This MCP server implementes the `stdio` server type, which means your AI tool (e.g. Claude) will run it directly; you don't run a separate process or connect over http.
11
11
12
12
### Configuration
13
13
14
-
`ROLLBAR_ACCESS_TOKEN`: a `read`-scope access token for your Rollbar project.
14
+
`ROLLBAR_ACCESS_TOKEN`: an access token for your Rollbar project with `read` and/or `write` scope.
15
15
16
16
### Tools
17
17
@@ -25,6 +25,8 @@ This MCP server implementes the `stdio` server type, which means your AI tool (e
25
25
26
26
`list-items(environment)`: List items filtered by status, environment and a search query.
27
27
28
+
`update-item(itemId, status?, level?, title?, assignedUserId?, resolvedInVersion?, snoozed?, teamId?)`: Update an item's properties including status, level, title, assignment, and more. Example prompt: `Mark Rollbar item #123456 as resolved` or `Assign item #123456 to user ID 789`. (Requires `write` scope)
You can test an individual tool using the `@modelcontextprotocol/inspector` module. For example, test the tool `get-item-details` with arg `counter=2455389`:
0 commit comments