Skip to main content
Glama

HPC-MCP

by TomMelt
MIT License
1

debug_crash

Analyze and diagnose crashing programs by retrieving stack traces for debugging purposes on the HPC-MCP server, integrating with IDEs like Cursor and VSCode.

Instructions

Debug crashing program and return the stack trace.

Input Schema

NameRequiredDescriptionDefault
argsYes
targetYes

Input Schema (JSON Schema)

{ "properties": { "args": { "items": { "type": "string" }, "title": "Args", "type": "array" }, "target": { "title": "Target", "type": "string" } }, "required": [ "target", "args" ], "type": "object" }
Install Server

Other Tools from HPC-MCP

Related Tools

    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/TomMelt/hpc-mcp'

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