rollbar-mcp-server
8
rollbar-mcp-server is a Model Context Protocol server that integrates with Rollbar, offering tools to access and analyze data related to item details, deployments, and versions. It is built for direct execution by AI tools.
rollbar-mcp-server
A Model Context Protocol (MCP) server for integrating with Rollbar. This server supports the stdio
server type, meaning it can be run directly by AI tools like Claude. Key features include accessing item details, deployments, and version information from Rollbar projects via specified tools.
Features
- Implemented as a
stdio
server. - Tools include
get-item-details
,get-deployments
,get-version
,get-top-items
.
How to Use
- Tested with Node 22.
- Use
npm install
andnpm run build
for installation. - Configure
.mcp.json
or.vscode/mcp.json
for setup.