Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>DrBinary MCPNew to Visual Studio Code? Get it now.
DrBinary MCP

DrBinary MCP

Deepbits

|
2 installs
| (0) | Free
Adds the DrBinary (Deepbits) security MCP server to VS Code for malware analysis, binary reverse engineering, and threat detection.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DrBinary MCP

Adds the DrBinary (Deepbits) security MCP server to VS Code with a single click — no manual configuration, no API keys.

DrBinary is a cybersecurity assistant for malware analysis, binary reverse engineering, threat detection, and CVE research. Once installed, its tools become available to GitHub Copilot Chat (agent mode) and any other VS Code feature that consumes Model Context Protocol servers.

Requirements

  • VS Code 1.102 or newer (the MCP server-definition API is stable from this version).

Installation

  1. Install this extension.
  2. The DrBinary server is registered automatically, but VS Code does not sign you in on install — MCP servers start on demand.

Starting the server (and signing in)

The OAuth sign-in only happens the first time the server is started. To start it explicitly:

  1. Open the Command Palette (Cmd/Ctrl+Shift+P) and run MCP: List Servers.
  2. Select DrBinary and choose Start Server.
  3. Your browser opens to authenticate with Deepbits. VS Code securely stores the token (and refreshes it) for you.

Alternatively, open Copilot Chat in Agent mode and use a DrBinary tool — VS Code starts the server and triggers sign-in automatically the first time its tools are needed.

How it works

The extension registers a single HTTP MCP server pointing at https://mcp.deepbits.com/mcp:

new vscode.McpHttpServerDefinition('DrBinary', vscode.Uri.parse('https://mcp.deepbits.com/mcp'));

The endpoint is OAuth-protected and implements the MCP authorization spec (protected-resource metadata, dynamic client registration, and PKCE). VS Code performs the entire OAuth flow itself — discovery, sign-in, token storage, and refresh. This extension ships no authentication code and never sees your credentials.

Privacy & security

  • Authentication is handled by VS Code's built-in MCP client; tokens are stored in the editor's secret storage.
  • Tool calls are sent directly from VS Code to mcp.deepbits.com.

Support

Questions or issues? Contact support@deepbits.com.

License

Apache-2.0 © Deepbits Technology Inc.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft