ssh-mcp

taigrr/ssh-mcp
★ 4 stars Go Code/Dev Tools Updated 6d ago
MCP server providing persistent, agent-authenticated SSH sessions for AI coding agents — resolves ~/.ssh/config hosts and exposes a virtual terminal over the Model Context Protocol
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ssh-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/taigrr/ssh-mcp@latest"
      ]
    }
  }
}

README Excerpt

MCP server providing persistent SSH sessions for AI coding agents via the [Model Context Protocol](https://modelcontextprotocol.io). AI coding agents can't interact with remote machines. You need to manually SSH in, run commands, and paste output back. For fleet management, server debugging, or remote development, this kills the feedback loop.

Tools (15)

ssh_clear_screenssh_close_sessionssh_connectssh_downloadssh_edit_filessh_execssh_get_screenssh_list_hostsssh_list_sessionsssh_read_filessh_resizessh_send_commandssh_send_keysssh_uploadssh_write_file

Topics

ai-agentsdevtoolsgogolangllmmcpmodel-context-protocolsshssh-client