Skip to main content
Glama

Super Shell MCP Server

MIT License
86
7
  • Linux
  • Apple
package.json1.32 kB
{ "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", "lint": "eslint .", "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": { "@eslint/js": "^9.30.1", "@types/jest": "^29.5.11", "@types/node": "^20.17.24", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.30.1", "jest": "^29.7.0", "jest-circus": "^29.7.0", "ts-node": "^10.9.2", "typescript": "^5.3.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/cfdude/super-shell-mcp'

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