Skip to main content
Glama

SSH MCP Server

by mfangtao
package.json416 B
{ "name": "ssh-server", "version": "1.0.0", "description": "MCP SSH Server", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "ssh2": "^1.11.0" }, "devDependencies": { "typescript": "^5.8.2" } }

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

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