ssh-admin

AlperTk/ssh-admin
★ 0 stars TypeScript Code/Dev Tools Updated today
MCP server for managing SSH connections to remote servers.
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-admin": {
      "command": "npx",
      "args": [
        "-y",
        "AlperTk/ssh-admin"
      ]
    }
  }
}

README Excerpt

MCP (Model Context Protocol) server for managing SSH connections to remote servers. Provides host registry, session pool, and secure command execution with read-only protection. - **Server Registry**: Add, list, update, delete SSH server configurations with mtime-based caching - **Connection Pool**: Automatic session deduplication (max 1 per host), graceful reconnect

Tools (11)

command_executecommand_execute_rawconnection_closeconnection_listconnection_openinstructionregistry_add_serverregistry_delete_serverregistry_get_serverregistry_list_serversregistry_update_server