Skip to main content

Connect Firebender to Crashlytics

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

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 Or manually configure in your mcp.json:
{
  "mcpServers": {
    "crashlytics": {
      "command": "npx",
      "args": ["-y", "firebase-tools@latest", "mcp"]
    }
  }
}
For more information, see the Firebase Crashlytics MCP documentation.

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