A Firebase Crashlytics MCP server lets agents inspect crash issues, stack traces, crash events, and reports. It typically authenticates with a Google Cloud service account JSON key.Documentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A TrueFoundry account with permission to add MCP servers.
- A Firebase project with Crashlytics enabled.
- Permission to create service accounts in the backing Google Cloud project.
Create a Service Account
In Google Cloud Console, select the project that backs your Firebase project and create a service account namedcrashlytics-mcp. Grant:
| Role | Purpose |
|---|---|
roles/firebase.viewer | Read Firebase project metadata |
roles/firebasecrashlytics.viewer | Read Crashlytics data |
roles/firebasecrashlytics.user | Optional, only if tools need to update issue state |