Ssh Mcp Sessions
Freeby 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
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
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"]
}
}
}