MCP.so
ログイン

Raygun MCP Server

@MCP-Mirror

Raygun MCP Server について

Mirror of

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "raygun": {
      "command": "npx",
      "args": [
        "-y",
        "@raygun.io/mcp-server-raygun"
      ],
      "env": {
        "RAYGUN_PAT_TOKEN": "your-pat-token-here"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Raygun MCP Server?

MCP Server for Raygun's API V3 endpoints for interacting with your Crash Reporting and Real User Monitoring applications. It provides comprehensive access to Raygun's API features through the Model Context Protocol.

How to use Raygun MCP Server?

Set the required RAYGUN_PAT_TOKEN environment variable (and optional SOURCEMAP_ALLOWED_DIRS). Add the server configuration to your claude_desktop_config.json file, either using npx with the package @raygun.io/mcp-server-raygun or pointing to a local build of the server.

Key features of Raygun MCP Server

  • List and manage applications and API keys
  • Manage error groups (resolve, activate, ignore)
  • Handle deployments and reprocess commit data
  • Monitor user sessions and customer data
  • Retrieve performance metrics and histograms
  • Upload, update, and delete source maps
  • Manage team invitations

Use cases of Raygun MCP Server

  • Automate error group resolution workflows via AI assistants
  • Integrate deployment management into CI/CD pipelines
  • Analyze real‑user monitoring performance metrics programmatically
  • Manage source map uploads for error stack trace deobfuscation
  • Send team invitations and manage pending invitations

FAQ from Raygun MCP Server

What authentication is required?

The server requires a Raygun PAT token set in the RAYGUN_PAT_TOKEN environment variable.

What optional configuration is available?

You can set SOURCEMAP_ALLOWED_DIRS as a comma‑separated list of directories allowed for source map operations.

How do I use the server with Claude Desktop?

Add the server configuration to claude_desktop_config.json (located at ~/Library/Application Support/Claude/ on macOS, %APPDATA%/Claude/ on Windows). Use either npx -y @raygun.io/mcp-server-raygun or a local build path.

How can I debug the server?

Use the MCP Inspector by running npm run inspector, which provides a URL to access debugging tools.

What transport does the server use?

The server communicates over stdio, as is standard for MCP servers.

コメント

「その他」の他のコンテンツ