SSH MCP Server for VS Code
io.github.yawlabs/ssh-mcp
MCP server for SSH operations with built-in diagnostics
client:VS Code
transport:stdio
runtime:npm
Install SSH MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"ssh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yawlabs/ssh-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs