MCP server that exposes SSH command execution to LLMs. Config parsing (functype), path expansion (~, $VAR), and OS-user fallback.
{
"mcpServers": {
"ssh-client": {
"command": "npx",
"args": [
"-y",
"ssh-client-mcp-server"
]
}
}
}