MCP server for remote SSH management
MCP server for SSH remote server management. Execute commands, manage files, and control remote Linux/Windows servers through AI assistants.
{
"mcpServers": {
"ssh": {
"mcpServers": {
"ssh": {
"env": {
"SSH_HOST": "your-server.com",
"SSH_USER": "root",
"SSH_KEY_PATH": "~/.ssh/id_rsa"
},
"args": [
"-y",
"ssh-mcp"
],
"command": "npx"
}
}
}
}
}