{"id":21999909,"url":"https://github.com/MindscapeHQ/mcp-server-raygun","last_synced_at":"2025-07-23T03:31:45.752Z","repository":{"id":265557341,"uuid":"895741231","full_name":"MindscapeHQ/mcp-server-raygun","owner":"MindscapeHQ","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-28T20:07:09.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-29T23:09:05.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MindscapeHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-28T19:57:23.000Z","updated_at":"2024-11-28T20:07:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"d58ad05c-8df2-4824-91c6-853964d484ff","html_url":"https://github.com/MindscapeHQ/mcp-server-raygun","commit_stats":null,"previous_names":["mindscapehq/mcp-server-raygun"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MindscapeHQ%2Fmcp-server-raygun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MindscapeHQ%2Fmcp-server-raygun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MindscapeHQ%2Fmcp-server-raygun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MindscapeHQ%2Fmcp-server-raygun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MindscapeHQ","download_url":"https://codeload.github.com/MindscapeHQ/mcp-server-raygun/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227230629,"owners_count":17751472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T23:08:59.126Z","updated_at":"2024-11-29T23:09:06.643Z","avatar_url":"https://github.com/MindscapeHQ.png","language":"TypeScript","funding_links":[],"categories":["Monitoring \u0026 Observability","Extended Capabilities","サーバー実装","Monitoring","📈 \u003ca name=\"monitoring\"\u003e\u003c/a\u003eMonitoring","Production-Ready Servers","Legend","📊 Monitoring","Servers","官方 MCP 服务器列表","Monitoring and Logging","Official Servers","MCP Servers","📊 Monitoring \u0026 Observability","Uncategorized","🗂️ Extensions by Category","AI Agent Frameworks","Table of Contents"],"sub_categories":["Video","Monitoring 📈","📊 \u003ca name=\"monitoring\"\u003e\u003c/a\u003e監視","📊 \u003ca name=\"monitoring\"\u003e\u003c/a\u003eMonitoring","DotNET","How to Submit","📈 Monitoring","Uncategorized","Typescript","⚙️ Development Tools","Monitoring"],"readme":"# Raygun MCP Server\n\nMCP Server for Raygun's API V3 endpoints for interacting with your Crash Reporting and Real User Monitoring applications. This server provides comprehensive access to Raygun's API features through the Model Context Protocol.\n\n## Features\n\n### Tools\n\n#### Applications\n- `list_applications` - List all applications under your account\n- `get_application` - Get application details by identifier\n- `get_application_by_api_key` - Get application details by API key\n- `regenerate_application_api_key` - Generate a new API key for an application\n\n#### Error Management\n- `list_error_groups` - List error groups for an application\n- `get_error_group` - Get detailed information about an error group\n- `resolve_error_group` - Set error group status to resolved\n- `activate_error_group` - Set error group status to active\n- `ignore_error_group` - Set error group status to ignored\n- `permanently_ignore_error_group` - Set error group status to permanently ignored\n\n#### Deployment Management\n- `list_deployments` - List deployments for an application\n- `get_deployment` - Get deployment details by identifier\n- `delete_deployment` - Remove a deployment\n- `update_deployment` - Update deployment information\n- `reprocess_deployment_commits` - Reprocess deployment commit data\n\n#### User \u0026 Session Management\n- `list_customers` - List customers for an application\n- `list_sessions` - List user sessions for an application\n- `get_session` - Get detailed session information\n\n#### Performance Monitoring\n- `list_pages` - List monitored pages for an application\n- `get_page_metrics_time_series` - Get time-series performance metrics\n- `get_page_metrics_histogram` - Get histogram of performance metrics\n- `get_error_metrics_time_series` - Get time-series error metrics\n\n#### Source Maps\n- `list_source_maps` - List source maps for an application\n- `get_source_map` - Get source map details\n- `update_source_map` - Update source map information\n- `delete_source_map` - Remove a source map\n- `upload_source_map` - Upload a new source map\n- `delete_all_source_maps` - Remove all source maps\n\n#### Team Management\n- `list_invitations` - List pending team invitations\n- `send_invitation` - Send a new team invitation\n- `get_invitation` - Get invitation details\n- `revoke_invitation` - Revoke a pending invitation\n\n## Configuration\n\nThe server requires the following environment variables:\n\n- `RAYGUN_PAT_TOKEN` (required): Your [Raygun PAT token](https://raygun.com/documentation/product-guides/raygun-api/)\n- `SOURCEMAP_ALLOWED_DIRS` (optional): Comma-separated list of directories allowed for source map operations\n\n## Usage with Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"raygun\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@raygun.io/mcp-server-raygun\"],\n      \"env\": {\n        \"RAYGUN_PAT_TOKEN\": \"your-pat-token-here\"\n      }\n    }\n  }\n}\n```\n\n## Development\n\nInstall dependencies:\n```bash\nnpm install\n```\n\nBuild the server:\n```bash\nnpm run build\n```\n\nFor development with auto-rebuild:\n```bash\nnpm run watch\n```\n\n## Installation\n\nTo use with Claude Desktop, add the server config:\n\nOn MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\nOn Windows: `%APPDATA%/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"raygun\": {\n      \"command\": \"/path/to/server-raygun/build/index.js\",\n      \"env\": {\n        \"RAYGUN_PAT_TOKEN\": \"your-pat-token-ken\"\n      }\n    }\n  }\n}\n```\n\n### Debugging\n\nSince MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), which is available as a package script:\n\n```bash\nnpm run inspector\n```\n\nThe Inspector will provide a URL to access debugging tools in your browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMindscapeHQ%2Fmcp-server-raygun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMindscapeHQ%2Fmcp-server-raygun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMindscapeHQ%2Fmcp-server-raygun/lists"}