SSH runs on your own machine — the client starts it, so there is no endpoint to ping. 139 installs a week from npm. Last commit 30 Aug 2026.
MCP server for SSH remote server management with SSH agent authentication support.
Today is the operative word: we check SSH every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ssh -- npx -y ssh-agent-mcp-server
{
"mcpServers": {
"ssh": {
"args": [
"-y",
"ssh-agent-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.ssh]
command = "npx"
args = ["-y", "ssh-agent-mcp-server"]
{
"mcpServers": {
"ssh": {
"args": [
"-y",
"ssh-agent-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"ssh": {
"args": [
"-y",
"ssh-agent-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SSH_HOST (Hostname or IP address of the SSH server.), SSH_USERNAME (Username for SSH authentication.), SSH_PORT (SSH port number.), SSH_AUTH_SOCK (Path to SSH agent socket for agent-based authentication.), SSH_PRIVATE_KEY_PATH (Path to private key file for direct key authentication.), SSH_PASSPHRASE (Passphrase for encrypted private key.), SSH_TIMEOUT (Connection timeout in milliseconds.), SSH_COMMAND_TIMEOUT (Default command activity timeout in milliseconds.), ENABLED_TOOLGROUPS (Comma-separated list of tool groups to enable (readonly, write, admin).), SKIP_HEALTH_CHECKS (Skip SSH connection health check on startup.), HEALTH_CHECK_TIMEOUT (Health check timeout in milliseconds.).
The author declared them in the registry entry; get the values from the project itself.
Lean Gmail MCP server with auto authentication support
Authenticated remote MCP server for Turrior.
MCP server for Apple Store Connect API integration with OAuth authentication support
MCP server for browser automation with AI agent
MCP server for OneLogin API - manage users, apps, roles, and authentication
MCP server for NinjaONE RMM with device management, monitoring, and automation
MCP server for SSH remote command execution
Sling CLI MCP server for data pipeline and replication management
Answers built from our own checks of this server.