Skip to content
VS Code

ssh client mcp server for VS Code

io.github.jordanburke/ssh-client-mcp-server

MCP server for executing shell commands on remote hosts via SSH.

client:VS Code transport:stdio runtime:npm

Install ssh client mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "ssh-client-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ssh-client-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ssh client mcp server in other clients