Agent♥︎Age
Catalog

io.github.r00tify/crashdx

Official

by r00tify · Swift

Diagnoses Apple .ips crash reports: ranks likely causes with cited evidence, not just a stack trace.

crashdx MCP Server (io.github.r00tify/crashdx)

The io.github.r00tify/crashdx MCP server is part of the CrashDX project, which diagnoses Apple .ips crash reports. It parses .ips files, symbolicates them against dSYMs, and generates an evidence-cited, ranked diagnosis rather than only providing a symbolicated stack trace. It reuses the same engine used by the Swift library and CLI.

🛠️ Key Features

  • Diagnoses Apple .ips crash reports
  • Symbolicates against dSYMs
  • Produces evidence-cited, ranked likely causes
  • Includes an MCP server component (crashdx-mcp)

🚀 Use Cases

  • Debugging and crash-reporting workflows for Apple platforms
  • Agents that need evidence-cited crash diagnosis
  • Swift package–based tooling for symbolication and analysis

⚡ Developer Benefits

  • Ships as a dependency-free Swift library (CrashDXCore imports only Foundation)
  • Provides a CLI (crashdx) and an MCP server (crashdx-mcp) using the same engine
  • Supports MCP integration via mcp, mcp-server, and mcp-tools tooling patterns

⚠️ Limitations

  • Source material only describes .ips crash report parsing and dSYM symbolication; other formats or inputs are not specified.

Topics

clicrash-reportingdebuggerdebuggingdebugging-toolipsmcpmcp-servermcp-toolsswiftswift-packagesymbolicatecrashsymbolication
io.github.r00tify/crashdx - agentage MCP Catalog