Hey Rollbar Team! This is your demo MCP server, it can:
- List items
- Get item by ID
- Setup Rollbar in BrowserJS
- Generate a search query using code context to list relevant items
This is a demo server with a small amount of functionality, while testing please keep note of the features you would like to have
- Open Cursor Settings → MCP
- Click Add New MCP Server
- Replace the file contents with the following
{
"mcpServers": {
"rollbar": {
"command": "npx",
"args": [
"@buildwithlayer/rollbar-mcp-demo",
"--X-Rollbar-Access-Token=<YOUR ROLLBAR ACCESS TOKEN>"
]
}
}
}