Skip to content

Installation

Drydock is pure Python (stdlib only). No package manager needed for the core tools.

Clone the Repo

git clone https://github.com/lumi-node/Drydock.git
cd Drydock

That's it. All analyzers work immediately:

python Tools/analyzers/codemap.py --help

For MCP Server (optional)

If you want to use Drydock from an AI assistant (Claude Code, Cursor, VS Code):

pip install mcp

Then see MCP Setup.

Requirements

  • Python 3.10+
  • git (for git_intake.py and git_analyzer.py)
  • Docker (only for oryx_builder.py, optional)

Verify Installation

# Run the code map against Drydock itself
python Tools/analyzers/codemap.py . --markdown

# Should output a complete map of the Drydock codebase