Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ServerkitNew to Visual Studio Code? Get it now.
Serverkit

Serverkit

huanent

|
1 install
| (0) | Free
Manage and connect to ssh mysql server and more..
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ServerKit

ServerKit keeps SSH and MySQL connections close to your VS Code workspace.

Features

  • Dedicated ServerKit view in the Activity Bar.
  • Add SSH or MySQL servers from the view title menu.
  • Open interactive SSH sessions using password or private key certificate authentication.
  • Route SSH connections through an optional proxy command, such as cloudflared access tcp --hostname host.example.com.
  • Open MySQL connections in an editor, switch databases, and browse table metadata in list or grid view.
  • Double-click a MySQL table to preview its first 100 rows in a separate editor.
  • Edit or delete saved servers from the tree context menu.
  • Import and export server connections as JSON, including credentials.
  • Store passwords, private keys, and key passphrases in VS Code Secret Storage instead of plain-text extension state.

Usage

  1. Open ServerKit from the Activity Bar.
  2. Select the add button in the Server List title and choose SSH or MySQL.
  3. Enter the connection details and save the server.
  4. Select the connect button beside the server.
  5. For MySQL connections, select a database and choose list or grid view from the action bar.
  6. Double-click a table to preview up to 100 rows in a separate editor.
  7. Right-click a server to edit or delete it.

Use the import and export buttons in the Server List title to move connections between devices. Export files contain passwords, private keys, and key passphrases in plain text, so keep them secure and delete them when they are no longer needed.

Server storage

Servers are stored in the extension's global storage directory by default. When serverkit.storagePath is configured, that directory is used instead. Each server is stored in a stable <server-id>.json file, including its credentials, and its tree position is recorded in order.json.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft