Interact with your crash reporting and real using monitoring data on your Raygun account
If you want an AI assistant working directly with Raygun, the raygun mcp server is the bridge. Interact with your crash reporting and real using monitoring data on your Raygun account.
A remote Model Context Protocol (MCP) server that connects AI assistants to your crash reporting and real user monitoring data in Raygun through natural language conversations.
Once connected, the assistant can call these 14 tools directly:
applications_list — List all applications in your Raygun accountapplications_search — Search for applications by nameapplication_get_details — Get detailed application informationapplication_regenerate_api_key — Generate a new API key for an applicationerror_groups_list — List error groups within an applicationerror_group_investigate — Get complete details about a specific error grouperror_group_update_status — Change error group status (resolve, ignore, activate)error_group_add_comment — Add investigation notes to an error grouperror_instances_browse — Browse individual error occurrenceserror_instance_get_details — Get full stack trace and context for an error instancedeployments_list — List deployments for an applicationdeployment_create — Create a new deployment recorddeployment_get_latest — Get the most recent deployment with error analysisdeployment_investigate — Get comprehensive deployment informationSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply one environment variable: YOUR_PAT_TOKEN. Keep credentials in your client's env block or a secrets manager rather than committing them.
Monitoring servers replace the paste-the-stack-trace ritual with an assistant that reads the real event, with all its surrounding context intact. Raygun sits in that group, and the shape of its toolset — applications_list, applications_search, application_get_details among others — tells you what it is really for. Worth comparing against the other monitoring security servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| applications_list | List all applications in your Raygun account |
| applications_search | Search for applications by name |
| application_get_details | Get detailed application information |
| application_regenerate_api_key | Generate a new API key for an application |
| error_groups_list | List error groups within an application |
| error_group_investigate | Get complete details about a specific error group |
| error_group_update_status | Change error group status (resolve, ignore, activate) |
| error_group_add_comment | Add investigation notes to an error group |
| error_instances_browse | Browse individual error occurrences |
| error_instance_get_details | Get full stack trace and context for an error instance |
| deployments_list | List deployments for an application |
| deployment_create | Create a new deployment record |
| deployment_get_latest | Get the most recent deployment with error analysis |
| deployment_investigate | Get comprehensive deployment information |
| Variable | Description | Required |
|---|---|---|
| YOUR_PAT_TOKEN | Credential the server authenticates with. | Yes |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.