Skip to main content
Glama

Shell Command MCP Server

by kaznak
package.json988 B
{ "name": "shell-command-mcp", "version": "1.0.0", "description": "MCP server for executing shell commands in a Docker container", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier -uw .", "start": "node build/index.js", "dev": "tsx src/index.ts", "clean": "rm -rf build" }, "keywords": [ "mcp", "shell", "docker", "kubernetes" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "execa": "^8.0.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.3", "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.13.2", "eslint": "^8.55.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.0.1", "prettier": "^3.1.0", "tsx": "^4.6.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/kaznak/shell-command-mcp'

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