MCP server
Rollbar MCP Server
Pulls Rollbar error items, occurrences and deploy history into the agent's context.
Add it to your client
OfficialInstall
npx -y @rollbar/mcp-server@latest
mcpServers
{
"mcpServers": {
"rollbar-mcp": {
"command": "npx",
"args": [
"-y",
"@rollbar/mcp-server@latest"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- Tools
- 9
- License
- MIT
Tools
list-projectslist-itemsget-top-itemsget-item-detailslist-occurrencesget-deploymentsget-replayget-versionupdate-item
Rollbar publishes this one as an npm package that runs over stdio, so a project or account access token is the whole setup. The read tools list projects, top items, individual occurrences and deployments, and can fetch the session replay attached to a specific error. A single write tool changes an item's state and needs a token with write scope, which keeps read-only keys safe to hand to an agent.
Similar MCP servers
Context7
MCP serverPulls current, version-matched library documentation into the model's context.
Developer Tools
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Comments(0)
Sign in to comment