Rollbar Mcp Server
@rollbar
About Rollbar Mcp Server
Model Context Protocol server for Rollbar
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"rollbar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rollbar/mcp-server@latest"
],
"env": {
"ROLLBAR_ACCESS_TOKEN": "<project read/write access token>"
}
}
}
}Tools
7Get item details for a Rollbar item
Get deployments data from Rollbar
Get version details for a Rollbar project
Get list of top items in the Rollbar project
List all items in the Rollbar project with optional search and filtering
Update an item in Rollbar (status, level, title, assignment, etc.)
Get replay data for a specific session replay in Rollbar
Overview
What is Rollbar MCP Server?
A Model Context Protocol (MCP) server for Rollbar that implements the stdio server type, allowing AI tools such as Claude, Cursor, Codex CLI, Junie, and VS Code to interact with Rollbar data directly without a separate HTTP process.
How to use Rollbar MCP Server?
Run via npx -y @rollbar/mcp-server@latest with either a ROLLBAR_ACCESS_TOKEN environment variable (single project) or a .rollbar-mcp.json config file (single or multiple projects). Configure the server as a stdio MCP server in your client’s settings (e.g., .mcp.json for Claude Code, config.toml for Codex CLI, or Cursor’s MCP settings). Requires Node 20 or 22.
Key features of Rollbar MCP Server
- Implements
stdiotransport; no separate HTTP server needed. - Supports single or multiple Rollbar projects via config file.
- Provides tools:
list-projects,get-item-details,get-deployments,get-version,get-top-items,list-items,get-replay,update-item. - Optional
max_tokensparameter to truncate large occurrence responses. - Optional
projectparameter to select a project when multiple are configured. - Retrieves session replay metadata and payload as file or resource link.
Use cases of Rollbar MCP Server
- Diagnose the root cause of a Rollbar item by fetching its details and last occurrence.
- List recent deployments and check for failed deployments.
- Fetch version details for a specific version and environment.
- Retrieve session replay metadata and payload for debugging.
- Update item properties such as status, level, assignment, or resolved version.
FAQ from Rollbar MCP Server
What runtime does Rollbar MCP Server require?
It is tested with Node 20 and 22.
How do I configure multiple Rollbar projects?
Create
Frequently asked questions
What runtime does Rollbar MCP Server require?
It is tested with Node 20 and 22.
How do I configure multiple Rollbar projects?
Create
Basic information
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments