Rollbar MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROLLBAR_PROJECT_ID | No | Default project ID (used when not specified in requests) - Optional | |
| ROLLBAR_PROJECT_NAME | No | Default project name for reference - Optional | |
| ROLLBAR_ACCOUNT_TOKEN | No | Rollbar Account Access Token - Required for APIs to access account-wide project and user information | |
| ROLLBAR_PROJECT_TOKEN | No | Rollbar Project Access Token - Required for APIs to retrieve project error and deployment information |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rollbar_list_itemsC | List items (errors) from Rollbar |
| rollbar_get_itemB | Get a specific item (error) from Rollbar using the internal item ID maintained by Rollbar's system. |
| rollbar_get_item_by_occurrence_uuidA | Get a specific item (error) from Rollbar using an occurrence UUID. The UUID must be from an occurrence that belongs to the item. |
| rollbar_get_item_by_counterA | Get a specific item by project counter from Rollbar. The counter is the visible ID that appears in the Rollbar UI. |
| rollbar_list_occurrencesC | List occurrences of errors from Rollbar |
| rollbar_get_occurrenceC | Get a specific occurrence of an error from Rollbar |
| rollbar_list_projectsB | List projects from Rollbar |
| rollbar_get_projectC | Get a specific project from Rollbar |
| rollbar_list_environmentsC | List environments from Rollbar |
| rollbar_list_usersB | List users from Rollbar |
| rollbar_get_userC | Get a specific user from Rollbar |
| rollbar_list_deploysC | List deploys from Rollbar |
| rollbar_get_deployC | Get a specific deploy from Rollbar |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hiyorineko/mcp-rollbar-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server