Cursor CLI with some extra packages.
The image default workdir is an empty /workspace directory that can be mounted.
Set the CURSOR_API_KEY environment variable for authentication.
Example:
export CURSOR_API_KEY="Yourkeyhere"docker run \
--rm \
--interactive \
--tty \
--env CURSOR_API_KEY \
--volume "$(pwd):/workspace" \
andreswebs/cursor-cli \
--approve-mcps \
--force \
--print \
"are you operational?"Andre Silva - @andreswebs
This project is licensed under the Unlicense.