DEV Community

Jyoti Prakash Pradhan
Jyoti Prakash Pradhan

Posted on

SSH MCP NPM

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"]
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)