1. crash
An advanced MCP server that facilitates structured, iterative reasoning for complex problem-solving and analysis.
CRASH is an advanced MCP server for structured, iterative reasoning with flexible validation, confidence tracking, revision mechanisms, and branching support for complex problem-solving.
{
"mcpServers": {
"crash": {
"command": "npx",
"args": ["-y", "crash-mcp"],
"env": {
"MAX_HISTORY_SIZE": "100",
"CRASH_STRICT_MODE": "false",
"CRASH_OUTPUT_FORMAT": "console",
"CRASH_NO_COLOR": "false"
}
}
}
}