Crash MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRASH_SEARCH_PATH | No | The search path for crash dump files | /var/crash |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_crash_dumpsB | Scans for crash dumps in the specified directory (recursive). |
| start_sessionC | Starts analysis session. Requires vmcore and vmlinux paths. Returns session ID. |
| run_crash_commandC | Runs crash utility command (e.g., sys, bt, log, ps, files, vm, kmem). |
| run_drgn_commandC | Runs drgn Python code (e.g., prog.crashed_thread(), prog['variable']). |
| stop_sessionB | Terminates an active session. |
| get_sys_infoB | Convenience tool to get system info (runs 'sys' command). |
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
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/yup-21/crash-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server