ssh-mcp
Version:
MCP server exposing SSH control for Linux and Windows systems via Model Context Protocol.
54 lines (53 loc) • 1.17 kB
JSON
{
"name": "ssh-mcp",
"license": "MIT",
"version": "1.0.7",
"description": "MCP server exposing SSH control for Linux and Windows systems via Model Context Protocol.",
"type": "module",
"bin": {
"ssh-mcp": "build/index.js"
},
"scripts": {
"prepare": "npm run build",
"build": "tsc && shx chmod +x build/*.js",
"inspect": "npx @modelcontextprotocol/inspector node build/index.js"
},
"files": [
"build"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.2",
"ssh2": "^1.11.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/node": "^20.17.31",
"@types/ssh2": "^1.15.5",
"shx": "^0.4.0",
"typescript": "^5.4.5"
},
"homepage": "https://github.com/tufantunc/ssh-mcp#readme",
"repository": {
"type": "git",
"url": "https://github.com/tufantunc/ssh-mcp.git"
},
"bugs": {
"url": "https://github.com/tufantunc/ssh-mcp/issues"
},
"keywords": [
"ssh",
"mcp",
"model-context-protocol",
"server",
"windows",
"linux",
"automation",
"remote",
"cli",
"typescript"
],
"author": "tufantunc",
"engines": {
"node": ">=18"
}
}