Skip to content
VS Code

Raygun for VS Code

io.github.mindscapehq/mcp-server-raygun

Investigate errors, track deployments, analyze performance, and manage application monitoring

client:VS Code transport:streamable-http

Install Raygun in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-server-raygun": {
      "type": "http",
      "url": "https://api.raygun.com/v3/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Raygun in other clients