Skip to main content
Glama
AbdulAziz001

crash-mcp

by AbdulAziz001

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CRASH_NO_COLORNoDisable colored console outputfalse
MAX_HISTORY_SIZENoMaximum steps to retain in history100
CRASH_STRICT_MODENoEnable strict validation (requires specific prefixes)false
CRASH_OUTPUT_FORMATNoOutput format: console, json, markdownconsole
CRASH_ENABLE_SESSIONSNoEnable session managementfalse
CRASH_SESSION_TIMEOUTNoSession timeout in minutes60
CRASH_MAX_BRANCH_DEPTHNoMaximum branch nesting depth5

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
crashA

Record a structured reasoning step for complex problem-solving.

Use this tool to break down multi-step problems into trackable reasoning steps. Each step captures your current thinking, expected outcome, and planned next action.

WHEN TO USE:

  • Multi-step analysis, debugging, or planning tasks

  • Tasks requiring systematic exploration of options

  • Problems where you need to track confidence or revise earlier thinking

  • Exploring multiple solution paths via branching

WORKFLOW:

  1. Start with step_number=1, estimate your total steps

  2. Describe your thought process, expected outcome, and next action

  3. Continue calling for each reasoning step, adjusting estimated_total as needed

  4. Use confidence (0-1) when uncertain about conclusions

  5. Use revises_step to correct earlier reasoning when you find errors

  6. Use branch_from to explore alternative approaches

  7. Set is_final_step=true when reasoning is complete

Returns JSON summary with step count, completion status, and next action.

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/AbdulAziz001/mcp-local'

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