SSH Nexus for VS Code
io.github.quwentao2005/ssh-nexus
MCP server and web terminal for shared SSH sessions and reusable command sets.
client:VS Code
transport:stdio
runtime:pypi
Install SSH Nexus in VS Code
.vscode/mcp.json
{
"servers": {
"ssh-nexus": {
"type": "stdio",
"command": "uvx",
"args": [
"ssh-nexus"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs