MCP Directory
Back

crash-mcp

by nikkoxgonzales · TypeScript · ★ 70

MCP server for structured and efficient reasoning with step validation, branching, and revisions.

#ai#llm#mcp#mcp-server#model-context-protocol#nodejs#npm#npmjs#reasoning#structured-reasoning#typescript

Install

npx -y github:nikkoxgonzales/crash-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "crash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:nikkoxgonzales/crash-mcp"
      ]
    }
  }
}

From the README

I created this because typing "use sequential_thinking" was cumbersome. Now I can simply say "use crash" instead. CRASH is more token-efficient than sequential thinking - it doesn't include code in thoughts and has streamlined prompting. It's my go-to solution when an agent can't solve an issue in one shot or when plan mode falls short. --- - **Structured reasoning steps** - Track thought process, outcomes, and next actions - **Confidence tracking** - Express uncertainty with 0-1 scores, get warnings on low confidence - **Revision mechanism** - Correct previous steps, with original steps ma…
Read full README on GitHub →

Related ai & ml servers