The Rollbar MCP Server implements the Model Context Protocol (MCP), letting you run Rollbar-compatible agents in local or custom environments.
Tools
get-item-details
get-deployments
get-version
get-top-items
list-items
update-item
get-replay
Server Config
{
"mcpServers": {
"rollbar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rollbar/mcp-server@latest"
],
"env": {
"ROLLBAR_ACCESS_TOKEN": "<project read/write access token>"
}
}
}
}