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 |