Super Shell MCP Server

MIT License
13
  • Linux
  • Apple
{ "name": "super-shell-mcp", "version": "2.0.13", "description": "MCP server for executing shell commands across multiple platforms", "type": "module", "main": "build/index.js", "bin": { "super-shell-mcp": "./build/index.js" }, "repository": { "type": "git", "url": "https://github.com/cfdude/super-shell-mcp.git" }, "files": [ "build" ], "scripts": { "build": "tsc && chmod +x build/index.js", "prepare": "npm run build", "start": "node build/index.js", "dev": "ts-node --esm src/index.ts", "test": "jest --config=jest.config.cjs", "test:quiet": "jest --config=jest.config.cjs --silent" }, "keywords": [ "mcp", "shell", "macos", "windows", "linux", "zsh", "bash", "powershell", "cmd", "terminal", "cross-platform" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "zod": "^3.22.4" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^20.17.24", "jest": "^29.7.0", "jest-circus": "^29.7.0", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }