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
Sentry
bug

Sentry MCP Server

Retrieve and analyze issues from Sentry.io

sentryerror-trackingdebuggingmonitoring

About

## Sentry MCP Server: Error Tracking and Performance Monitoring The **Sentry MCP Server** integrates comprehensive error tracking and performance monitoring into Google Antigravity, enabling real-time issue detection, debugging, and application health monitoring through AI-assisted analysis. ### Why Sentry MCP? - **Real-Time Errors**: Capture and aggregate errors as they happen with full context - **Stack Traces**: Detailed stack traces with source maps for minified code debugging - **Performance Monitoring**: Track transaction performance and identify slow operations - **Release Tracking**: Correlate errors with releases to identify regression sources - **Issue Assignment**: Automatic issue routing and assignment for faster resolution ### Key Features #### 1. Error Monitoring ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show recent unresolved errors grouped by issue with affected user counts" }] ) ``` #### 2. Performance Analysis ```python # Analyze performance response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show slowest transactions and identify performance bottlenecks" }] ) ``` #### 3. Issue Management ```python # Manage issues response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Assign high-priority issues to team members and set resolution status" }] ) ``` #### 4. Release Health ```python # Check releases response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Compare error rates between current and previous release versions" }] ) ``` ### Configuration ```json { "mcpServers": { "sentry": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-sentry"], "env": { "SENTRY_AUTH_TOKEN": "your-auth-token", "SENTRY_ORG": "your-organization", "SENTRY_PROJECT": "your-project" } } } } ``` ### Use Cases **Production Debugging**: Quickly identify and fix production errors with full context. **Release Monitoring**: Track release health and catch regressions early. **Performance Optimization**: Identify and resolve performance bottlenecks systematically. **Incident Response**: Respond to incidents faster with real-time error alerts and context. The Sentry MCP Server brings production visibility to your workflow, enabling proactive error resolution and performance optimization.

Installation

Configuration
{
  "mcpServers": {
    "sentry": {
      "mcpServers": {
        "sentry": {
          "args": [
            "mcp-server-sentry",
            "--auth-token",
            "YOUR_SENTRY_AUTH_TOKEN"
          ],
          "command": "uvx"
        }
      }
    }
  }
}

How to Use

  1. 11. Get a Sentry auth token from your Sentry account settings
  2. 22. Replace YOUR_SENTRY_AUTH_TOKEN with your actual token
  3. 33. The server provides tools to list issues, get issue details, and analyze stacktraces

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