This guide explains how to configure Claude Code to route all model requests through the Dr. Binary LLM Endpoint by updating your settings.json file so that users don't have to have a Claude Code subscription to use the Dr. Binary plugin.
Step 1: Open Claude Code Settings
Claude Code settings can be configured in one of the following locations:
User-wide (recommended)
~/.claude/settings.json
Project-specific
.claude/settings.json
If the file does not exist, create it.
Step 2: Update settings.json
Add or update the following fields in your settings.json file.
{
"env": {
"ANTHROPIC_BASE_URL": "https://cc.deepbits.com/api",
"ANTHROPIC_AUTH_TOKEN": "YOUR_API_KEY"
}
}
Replace "YOUR_API_KEY" with the api key you find in the billing portal:
Step 3: Save and Restart Claude Code
Save the
settings.jsonfileFully restart Claude Code
Open a new session
Install Cyber Assistant Plugin for Claude Code
The Plugin equips Claude Code with advanced binary analysis capabilities for tasks such as incident response, malware investigation, and vulnerability assessment. It connects to both cloud-based analysis platforms and local tools via MCP, enabling seamless hybrid workflows. With features including local Windows system scanning, browser hijacking detection, registry and network monitoring, suspicious file analysis, and remote binary analysis through tools like Ghidra, Qilin, and angr, the plugin transforms Claude Code into a powerful AI-assisted workspace for comprehensive system and binary security analysis.

