rollbar-mcp-server
If you are the rightful owner of rollbar-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for Rollbar, currently in pre-release, alpha quality, and under active development.
The Rollbar MCP server is designed to integrate with AI tools like Claude, allowing them to directly interact with Rollbar's API through a standardized protocol. This server operates using the 'stdio' server type, meaning it runs directly within the AI tool's environment without requiring a separate process. The server facilitates various operations such as fetching item details, listing deployments, and retrieving version information, all through simple command prompts. Configuration is straightforward, requiring a read-scope access token for the Rollbar project. The server is built using Node.js and is compatible with Node version 22. It provides a seamless way to automate and streamline interactions with Rollbar, enhancing the capabilities of AI tools in monitoring and diagnosing application issues.
Features
- Implements 'stdio' server type for direct integration with AI tools.
- Fetches item details and last occurrence details using item numbers.
- Lists deployment data for projects with specified limits.
- Retrieves version details for given version strings and environments.
- Fetches top items in the last 24 hours for specified environments.