Enables AI tools, such as Claude, to directly interact with Rollbar data through the Model Context Protocol (MCP). By implementing a `stdio` server, it allows AI models to fetch item details, deployment data, and version information, enhancing their ability to diagnose and provide insights into application errors and performance. It is currently pre-release software, under active development.
Key Features
01Implements the `stdio` server type for direct AI tool integration.
02Retrieves version details for a given version string and environment.
03Lists deployment data for a Rollbar project.
04Fetches details of specific Rollbar items.
053 GitHub stars