Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Super Shell MCP Server
Claim
by
cfdude
npm
GitHub
JavaScript
MIT License
13
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
super-shell-mcp
docs
examples
.github
logs
scripts
src
tests
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
.gitignore
jest.config.cjs
jest.setup.cjs
LICENSE
mcp-settings-example.json
package.json
package-lock.json
README.md
run.sh
smithery.yaml
tsconfig.json
{ "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" } }