Skip to main content
Glama

Shell MCP Server

by hdresearch
package.json854 B
{ "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" } }

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/hdresearch/mcp-shell'

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