Skip to main content
Glama
PluginCrashReports

crashwebsite-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CRASH_API_KEYYesYour personal API key from the crash site's Account page. Required for authentication.
CRASH_API_BASE_URLNoBase URL of the crash API. Optional, defaults to public site.https://crashreports.rabiensoftware.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_pluginsA

List the plugins you can access, across all your teams, with the id and code to pass as the plugin argument to the other tools.

list_frequent_crashesB

List the most frequent crash locations for a plugin, grouped by function, with counts and the most recent date. Use this to find the top crashes.

list_recent_crashesA

List the most recent individual crash reports for a plugin, newest first. Each row includes an id usable with get_crash_log.

search_crashesB

Search a plugin's crash reports by text matched against the crash filename and the extracted function name.

get_crash_logA

Get the full details and symbolicated stack trace (crashlog) for a single crash by its numeric id.

get_crash_statsA

Get aggregate crash statistics for a plugin: total, last 7/30 days, unique functions, and breakdowns by version and platform.

list_versionsA

List the distinct plugin versions and host application names present in a plugin's crash data. Useful for building filters.

list_commentsB

List the comments on a crash function (a crash location) for a plugin.

add_commentA

Add a comment to a crash function (a crash location) for a plugin. Attributed to you.

list_teamsA

List the teams you belong to, with your role — useful for choosing where to add a plugin.

add_pluginA

Register a new plugin under one of your teams. Requires owner/admin on that team.

delete_pluginA

Permanently delete a plugin and ALL its crashes, symbols and comments. Owner/admin only; irreversible.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PluginCrashReports/crashwebsite-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server