Serversio.github.MindscapeHQ/mcp-server-raygun
R

Raygun

io.github.MindscapeHQ/mcp-server-raygun · v1.0.2
● Remote
v1.0.2remote🌐 https://api.raygun.com/v3/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.MindscapeHQ/mcp-server-raygun",
  "description": "Investigate errors, track deployments, analyze performance, and manage application monitoring",
  "title": "Raygun",
  "repository": {
    "url": "https://github.com/MindscapeHQ/mcp-server-raygun",
    "source": "github"
  },
  "version": "1.0.2",
  "icons": [
    {
      "src": "https://cdn.prod.website-files.com/5e2701b416b6d176f5007781/6321348741e051a778e42e8f_256x256.png"
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.raygun.com/v3/mcp",
      "headers": [
        {
          "description": "Raygun Personal Access Token (PAT) in Bearer format. Get yours at https://app.raygun.com/user/tokens",
          "isRequired": true,
          "isSecret": true,
          "placeholder": "Bearer YOUR_PAT_TOKEN",
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}