@rollbar/mcp-server
Overview
MCP server for Rollbar error monitoring. Enables LLM clients to query error data and manage Rollbar projects through the Model Context Protocol with stdio transport support.
Capabilities
- • stdio transport support
- • resource handlers
- • prompt templates
- • mcp client integration
Best For
Model Context Protocol server integrating Rollbar error monitoring with LLM clients. Supports stdio transport, resource handlers, and prompt templates for Cursor, Claude Code, VS Code, and Junie.
Decision Snapshot
Usage
detected in docs
Config
5 strong hints
Capabilities
4 key capabilities detected
- • GitHub stars: 24
- • Forks: 9
- • Source provenance count: 1
- • Active signal: Recently published.
- • Last seen: 4/8/2026
- • Published: 4/7/2026
Features
- • stdio transport support
- • resource handlers
- • prompt templates
- • mcp client integration
Use Cases
- • Supports capabilities such as: stdio transport support; resource handlers; prompt templates.
- • Common usage themes: rollbar, mcp, error-monitoring, rollbar-mcp-server.
Supported Clients / Integrations
- • stdio transport support
- • resource handlers
- • prompt templates
- • mcp client integration
Notes / Requirements
- • Primary language: TypeScript
- • License: MIT
- • Parser coverage score: 0.95
- • Source feeds: npm Registry Search API
- • Topic cluster: data-infra
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
@upstash/context7-mcp
Context7 is a specialized MCP server that provides extended context management for AI assistants. It maintains conversation context across long sessions, enabling AI models to reason about complex, multi-turn interactions without losing track of earlier exchanges. Editor's Review: Context7 solves a fundamental problem with LLM-based AI assistants—limited context windows. By intelligently managing what context to retain and how to retrieve it, Context7 enables AI assistants to maintain coherence over much longer interactions than would otherwise be possible. This is particularly valuable for complex debugging sessions, architectural design discussions, or any workflow where earlier decisions inform later ones. The server is well-documented and straightforward to configure. If you find that AI assistants lose track of your project details in long sessions, Context7 is one of the most practical solutions available.
@modelcontextprotocol/sdk
TypeScript/JavaScript implementation of the Model Context Protocol (MCP).
mcp-remote
mcp-remote is a remote proxy for the Model Context Protocol (MCP), enabling local clients to connect to remote servers via oAuth.
mcp-framework
A TypeScript framework for building Model Context Protocol (MCP) servers.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.