UNPKG

@waldzellai/clear-thought

Version:

MCP server for systematic thinking, mental models, debugging approaches, and memory management

61 lines (60 loc) 1.78 kB
{ "name": "@waldzellai/clear-thought", "version": "0.0.4", "description": "MCP server for systematic thinking, mental models, debugging approaches, and memory management", "license": "MIT", "author": "Waldzell AI", "homepage": "https://github.com/waldzellai/clear-thought", "bugs": "https://github.com/waldzellai/clear-thought/issues", "type": "module", "bin": { "mcp-server-clear-thought": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "npx tsc --listFiles --project tsconfig.json && chmod +x dist/*.js", "prepare": "npm run build", "watch": "npx tsc --watch", "clean": "rm -rf dist", "prebuild": "npm run clean", "prepublishOnly": "npm run build", "start": "node dist/index.js", "docker": "docker build -t waldzellai/clear-thought .", "dev": "npm run watch", "test": "echo \"No tests yet\" && exit 0", "lint": "echo \"No linting configured\" && exit 0", "deploy": "smithery deploy" }, "repository": { "type": "git", "url": "https://github.com/waldzellai/clear-thought.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "@types/chalk": "^0.4.31", "chalk": "^5.3.0", "yargs": "^17.7.2", "zod": "^3.25.27" }, "devDependencies": { "@types/node": "^22", "@types/yargs": "^17.0.32", "typescript": "^5.3.3" }, "keywords": [ "mcp", "sequential-thinking", "mental-models", "debugging", "problem-solving", "ai", "cognitive-tools" ], "engines": { "node": ">=18" } }