Skip to Content
Alpha — full Android pipeline + iOS toolkit + live dynamic loop. API still shifting; pin to commits in CI.
ReferenceEnvironment variables

Environment variables

The walkthrough version with prose lives in Getting started → Environment variables. This reference page is the same table set, no commentary — for when you just need the matrix.

mnexus doctor --env # dump the variables this process actually sees

Engines

VariableDefaultPurpose
MNEXUS_ADB_PATHadbadb binary.
MNEXUS_JADX_PATHjadxjadx CLI.
MNEXUS_APKTOOL_PATHapktoolapktool CLI.
MNEXUS_GHIDRA_PATH(unset)Ghidra install dir.
MNEXUS_MEDUSA_PATH(unset)ch0pin/medusa checkout.
MNEXUS_STHENO_PATH(unset)ch0pin/Stheno checkout.
MNEXUS_VPHONE_PATH(unset)super-tart-vphone checkout.
MNEXUS_TART_BIN(unset)tart binary from super-tart-vphone.
MNEXUS_PLAYINTEL_CREDENTIALS~/.config/mnexus/playintel.iniPlayIntel credentials INI override.
MNEXUS_PLAYINTEL_ACTIVE_PROBES0Default-on active Firebase probes.

Services

VariableDefaultPurpose
MNEXUS_MOBSF_URLhttp://localhost:8000MobSF REST base URL.
MNEXUS_MOBSF_API_KEY(unset)MobSF API key.
MNEXUS_BURP_URLhttp://localhost:1337Burp REST API base URL.
MNEXUS_BURP_API_KEY(unset)Burp REST API key.
MNEXUS_CAIDO_URLhttp://localhost:8080Caido REST API base URL.
MNEXUS_CAIDO_API_KEY(unset)Caido API token.
MNEXUS_MOXY_URLhttp://localhost:5000Moxy web UI base URL.
MNEXUS_MOXY_PROXY_HOSTlocalhostHostname the device aims at.
MNEXUS_MOXY_PROXY_PORT8081Port the device aims at.
MNEXUS_MOXY_CA_PATH(unset)Path to extracted mitmproxy CA.
MNEXUS_PROXY_FLAVORburpWhich proxy to drive (burp / caido / moxy).

Storage + workspace

VariableDefaultPurpose
MNEXUS_WORKSPACE~/.mnexus/workspacePer-project artefact root.
MNEXUS_DB_PATH~/.mnexus/nexus.sqlite3SQLite artifact store.
MNEXUS_SCRIPTS_PATH(repo scripts/)Override scripts dir.
MNEXUS_RULES_PATH(repo rules/)Override rules dir.

Tunables

VariableDefaultPurpose
MNEXUS_PARALLEL_ENGINES1Parallel static fan-out toggle.
MNEXUS_DEFAULT_DYNAMIC_DURATION_S300Default /dynamic start lifetime.

MCP

VariableDefaultPurpose
MNEXUS_API_BASEhttp://127.0.0.1:8765URL the MCP server calls.

Schema source of truth: mnexus/config.py (NexusConfig Pydantic model).