DrBinary MCPAdds 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
Installation
Starting the server (and signing in)The OAuth sign-in only happens the first time the server is started. To start it explicitly:
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 worksThe extension registers a single HTTP MCP server pointing at
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
SupportQuestions or issues? Contact support@deepbits.com. LicenseApache-2.0 © Deepbits Technology Inc. |