Skip to main content
Glama

CRASH - Cascaded Reasoning with Adaptive Step Handling

package.json1.08 kB
{ "name": "crash-mcp", "version": "2.0.0", "description": "MCP server for CRASH - Cascaded Reasoning with Adaptive Step Handling", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "crash-mcp": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "dev": "npx @modelcontextprotocol/inspector dist/index.js" }, "keywords": [ "mcp", "model-context-protocol", "crash", "cascaded-reasoning", "adaptive-step-handling", "problem-solving", "structured-thinking", "llm", "ai" ], "author": { "name": "Nikko Gonzales", "email": "nikkoxgonzales@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nikkoxgonzales/crash-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "1.17.3", "chalk": "^5.4.1" }, "devDependencies": { "@types/node": "^22.15.21", "typescript": "^5.8.3" } }

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/nikkoxgonzales/crash-mcp'

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