Skip to main content
Glama
package.json1.26 kB
{ "name": "smart-shell-mcp", "version": "0.1.1", "description": "MCP Tool Server – Cross-Platform & Project-Aware Command Runner", "type": "module", "main": "dist/server.js", "bin": { "smart-shell": "dist/server.js" }, "scripts": { "build": "tsc -p tsconfig.json && node scripts/copy-assets.mjs", "postbuild": "node scripts/copy-assets.mjs", "start": "node dist/server.js", "dev": "tsx src/server.ts", "typecheck": "tsc -p tsconfig.json --noEmit" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "keywords": [ "mcp", "model-context-protocol", "command", "shell", "cross-platform" ], "author": "Scrapybara", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mr-wolf-gb/smart-shell-mcp.git" }, "bugs": { "url": "https://github.com/mr-wolf-gb/smart-shell-mcp/issues" }, "homepage": "https://github.com/mr-wolf-gb/smart-shell-mcp#readme", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^24.3.1", "tsx": "^4.7.0", "typescript": "^5.6.3" } }

Latest Blog Posts

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/mr-wolf-gb/smart-shell-mcp'

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