Skip to content
VS Code

browser ssh for VS Code

com.browserssh/browser-ssh

Scoped, audited SSH exec, sessions, and SFTP on your saved servers without exposing credentials

client:VS Code transport:streamable-http

Install browser ssh in VS Code

.vscode/mcp.json

{
  "servers": {
    "browser-ssh": {
      "type": "http",
      "url": "https://api.browserssh.com/mcp"
    }
  }
}

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

browser ssh in other clients