> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firebender.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Crashlytics

> Debug and manage Crashlytics issues with AI assistance - fetch crash data, stacktraces, prioritize issues, and analyze error patterns

## Connect Firebender to Crashlytics

Connect Firebender to Crashlytics to debug crashes and analyze app stability with AI assistance.

<video autoPlay loop muted playsInline style={{width: '100%', borderRadius: '12px'}}>
  <source src="https://mintcdn.com/firebendercorp/JSX-KE-pMIQ-3Nqc/assets/mcp/crashlytics.webm?fit=max&auto=format&n=JSX-KE-pMIQ-3Nqc&q=85&s=fd7ed6b1faa31216c9c810c96e1f2b75" type="video/webm" data-path="assets/mcp/crashlytics.webm" />
</video>

## What is Crashlytics?

Crashlytics (part of Firebase) is a crash reporting solution that helps you track, prioritize, and fix stability issues in real-time.

With the Crashlytics MCP integration, Firebender can:

* Fetch crash reports and stacktraces
* Analyze error patterns
* Prioritize critical issues
* Track crash-free users
* Link crashes to code changes

## Installation

Click the button below to install the Crashlytics MCP server:

[Add to Firebender](jetbrains://studio/firebender/add_mcp?id=crashlytics)

Or manually configure in your `mcp.json`:

```json theme={null}
{
  "mcpServers": {
    "crashlytics": {
      "command": "npx",
      "args": ["-y", "firebase-tools@latest", "mcp"]
    }
  }
}
```

For more information, see the [Firebase Crashlytics MCP documentation](https://firebase.google.com/docs/crashlytics/ai-assistance-mcp).

## Use Cases

* **Crash Analysis**: Analyze stacktraces and error logs with AI
* **Issue Prioritization**: Identify and fix critical crashes first
* **Pattern Detection**: Find common crash patterns across versions
* **Root Cause Analysis**: Understand the context behind crashes
