
Rollbar-MCP-Server
预释放 - Rollbar的模型上下文协议服务器
3 years
Works with Finder
1
Github Watches
0
Github Forks
1
Github Stars
rollbar-mcp-server
A Model Context Protocl (MCP) server for Rollbar.
[!NOTE] This software is pre-release, alpha quality, and under active development.
Features
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.
Configuration
ROLLBAR_ACCESS_TOKEN
: a read
-scope access token for your Rollbar project.
Tools
get-item-details(counter)
: Given an item number, fetch the item details and last occurrence details. Example prompt: Diagnose the root cause of Rollbar item #123456
get-deployments(limit)
: List deploy data for the given project. Example prompt: List the last 5 deployments
or Are there any failed deployments?
get-version(version, environment)
: Fetch version details for the given version string, environment name, and the configured project.
How to Use
Tested with node 22 (nvm use 22
).
Install and build:
npm install
npm run build
Claude Code
Configure your .mcp.json
as follows:
{
"mcpServers": {
"rollbar": {
"type": "stdio",
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/rollbar-mcp-server/build/index.js"
],
"env": {
"ROLLBAR_ACCESS_TOKEN": "<project read access token>"
}
}
}
}
VS Code
Configure your .vscode/mcp.json
as follows:
{
"servers": {
"rollbar": {
"type": "stdio",
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/rollbar-mcp-server/build/index.js"
],
"env": {
"ROLLBAR_ACCESS_TOKEN": "<project read access token>"
}
}
}
}
How to Develop
Install and build:
npm install
npm run build
You can test an individual tool using the @modelcontextprotocol/inspector
module. For example, test the tool get-item-details
with arg counter=2455389
:
npx @modelcontextprotocol/inspector --cli -e ROLLBAR_ACCESS_TOKEN=$TOKEN node build/index.js --method tools/call --tool-name get-item-details --tool-arg counter=2455389 --debug
相关推荐
😎简单易用、🧩丰富生态 -大模型原生即时通信机器人平台| 适配QQ / 微信(企业微信、个人微信) /飞书 /钉钉 / discord / telegram / slack等平台| 支持chatgpt,deepseek,dify,claude,基于LLM的即时消息机器人平台,支持Discord,Telegram,微信,Lark,Dingtalk,QQ,Slack
Reviews

user_O3ORKmL9
As a dedicated user of rollbar-mcp-server, I am thoroughly impressed with its performance and reliability. The seamless integration and efficient error tracking have significantly improved our workflow. Rollbar has truly delivered a top-notch product that caters perfectly to our development needs. Highly recommend it to all teams looking for a robust monitoring solution!

user_NiUKF3nu
As a dedicated user of the rollbar-mcp-server, I must say that it has significantly improved our project management. The seamless integration and real-time error monitoring features have streamlined our workflow, making it incredibly efficient. Rollbar has truly outdone themselves with this product, providing a robust solution that easily fits into our tech stack. Highly recommended for anyone looking to enhance their development process!

user_jw827bBR
The rollbar-mcp-server by Rollbar is an essential tool for developers looking to streamline their error tracking and monitoring processes. Its seamless integration and powerful features make it a must-have for maintaining robust server performance. Highly recommend it to anyone in need of a reliable and efficient error monitoring solution!

user_y8QWsAVg
As a dedicated user of the rollbar-mcp-server, I am thoroughly impressed by its seamless integration and efficient performance. This server streamlines error monitoring and reporting, making my development process significantly easier. The user-friendly interface and comprehensive documentation provided by rollbar are commendable. Highly recommend this product for any developer looking to enhance their project management and error tracking capabilities.

user_927IQZzE
The Rollbar-MCP-Server is a fantastic tool, built by Rollbar, that seamlessly integrates into our workflow. Its easy-to-navigate interface and robust functionality help us to efficiently monitor and address issues. The setup is simple, and the real-time error tracking is invaluable for maintaining the stability of our applications. Highly recommended for any development team!