Shell MCP Server

{ "name": "mcp-shell", "version": "0.1.3", "description": "Secure shell server for the Model Context Protocol. Integrates with Claude Desktop.", "type": "module", "bin": { "mcp-shell": "build/index.js" }, "files": [ "build/**/*" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "author": "High Dimensional Research", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "@types/command-exists": "^1.2.3", "command-exists": "^1.2.9", "execa": "^9.5.1" }, "devDependencies": { "@types/node": "^20.11.24", "husky": "^9.1.7", "lint-staged": "^15.2.10", "typescript": "^5.3.3" } }