Alolite SSH MCP Server
A Model Context Protocol (MCP) server that enables SSH remote command execution on remote machines with persistent connections. This server provides a secure way to connect to remote servers, execute commands, and retrieve output through the MCP protocol while maintaining long-lived SSH sessions for improved performance.
https://www.npmjs.com/package/@alolite/ssh-mcp
VSCode MCP.json settings
{
"servers": {
"alolite-ssh-mcp": {
"command": "npx",
"args": ["-y", "alolite-ssh-mcp", "@alolite/ssh-mcp"]
}
}
}
Top comments (0)