Skip to main content
Glama

MCP SSH Server

by mahathirmuh
package.json726 B
{ "name": "mcp-ssh-server", "version": "1.0.0", "description": "MCP Server for SSH operations including file copying between servers", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "type-check": "tsc --noEmit" }, "keywords": [ "mcp", "ssh", "file-transfer", "server" ], "author": "Your Name", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "node-ssh": "^13.2.0", "ssh2": "^1.15.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.0", "@types/ssh2": "^1.15.0", "tsx": "^4.6.0", "typescript": "^5.3.0" } }

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/mahathirmuh/mcp-ssh-server'

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