Getting Started
Quickstart
Getting started with Director
Prerequisites
- This is only tested on MacOS and Linux (TODO).
- You’ll need
node
/npm
installed. - You’ll need
uvx
for most of the servers. - You’ll need Claude, Cursor or VSCode installed if you want director to connect to them automatically.
Quickstart
The fastest way to try director is to use run the quickstart flow via npx
. This will run the latest version of director and open up the studio in your browser.
Alternative Methods
Installing Locally
If you’d like to install director locally, you can do so via npm
.
Getting started with the CLI
If you’d like to set up director without going through the UI, you can do so via the CLI. If you’d like to see a more detailed example, you can check out the CLI Reference.