crashwebsite-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRASH_API_KEY | Yes | Your personal API key from the crash site's Account page. Required for authentication. | |
| CRASH_API_BASE_URL | No | Base URL of the crash API. Optional, defaults to public site. | https://crashreports.rabiensoftware.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_pluginsA | List the plugins you can access, across all your teams, with the id and code to pass as the |
| 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 |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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