Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Raygun
alert-triangle

Raygun MCP Server

Error tracking and monitoring

monitoringerrorsapm

About

## Raygun MCP Server: Error & Performance Monitoring The **Raygun MCP Server** integrates Raygun's application monitoring platform into Google Antigravity, enabling developers to track errors, monitor performance, and understand user impact through AI-assisted debugging and analysis. ### Why Raygun MCP? - **Crash Reporting**: Capture and group errors with full stack traces across platforms - **Real User Monitoring**: Track actual user performance experiences in production - **Deployment Tracking**: Correlate errors with deployments to identify regressions - **User Impact Analysis**: Understand which users are affected by each error - **Smart Grouping**: AI-powered error grouping reduces noise and highlights critical issues ### Key Features #### 1. Error Analysis and Management ```javascript // Query error groups const errors = await raygun.getErrorGroups({ application: "my-web-app", status: "active", timeframe: "7d", sort: "user_count", limit: 20 }); // Get detailed error information const errorDetail = await raygun.getErrorDetail({ application: "my-web-app", group_id: "error-123", include: ["stack_trace", "affected_users", "browsers"] }); console.log("Error:", errorDetail.message); console.log("Affected users:", errorDetail.affected_user_count); console.log("Occurrences:", errorDetail.occurrence_count); ``` #### 2. Performance Monitoring ```javascript // Get real user monitoring data const performance = await raygun.getRumData({ application: "my-web-app", timeframe: "24h", metrics: ["load_time", "dom_ready", "first_paint"] }); // Analyze performance by page const pagePerformance = await raygun.getPagePerformance({ application: "my-web-app", timeframe: "7d", group_by: "page_url", sort: "p95_load_time" }); // Track deployment impact const deploymentImpact = await raygun.getDeploymentMetrics({ application: "my-web-app", deployment_version: "2.5.0" }); ``` ### Configuration ```json { "mcpServers": { "raygun": { "command": "npx", "args": ["-y", "@anthropic/mcp-raygun"], "env": { "RAYGUN_API_KEY": "your-api-key", "RAYGUN_EXTERNAL_ACCESS_TOKEN": "your-access-token" } } } } ``` ### Use Cases **Production Debugging**: Quickly identify and fix production errors with full context and stack traces. **Performance Optimization**: Find and fix performance bottlenecks affecting real users in production. **Release Quality**: Monitor error rates after deployments to catch regressions before they impact users. The Raygun MCP Server connects production monitoring directly to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "raygun": {
      "mcpServers": {
        "raygun": {
          "env": {
            "RAYGUN_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "raygun-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Sign up at raygun.com
  2. 2Get API key
  3. 3Configure error tracking

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers