Skip to content

Ssh Mcp Sessions

Free

by MCP Community

An MCP tool to manage persistent ssh connections to a collection of hosts enabling remote development, deployment, and information gathering.

v1.0.17Added Apr 12, 2026
sshmcpmodel-context-protocolserverwindows
Works with:ClaudeGPTGeminiCopilot

Ssh Mcp Sessions MCP Server

An MCP tool to manage persistent ssh connections to a collection of hosts enabling remote development, deployment, and information gathering.

Installation

npx -y ssh-mcp-sessions

Reviews

Leave a Review

Installation

Quick install
npx -y ssh-mcp-sessions
Add to claude_desktop_config.json
{
  "mcpServers": {
    "ssh-mcp-sessions": {
      "command": "npx",
      "args": ["-y", "ssh-mcp-sessions"]
    }
  }
}