From a69c6797d56c892000799f63dd8c24cb685f17ed Mon Sep 17 00:00:00 2001 From: Igor Costa Date: Sat, 11 Jul 2026 03:28:25 +1200 Subject: [PATCH] docs: add Autohand Code MCP setup --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 76c3576..a9c993b 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,14 @@ dependencies, and metadata from npm and PyPI without scraping: } ``` +For [Autohand Code](https://github.com/autohandai/code-cli/) on macOS, Linux, WSL, or Git Bash, add the same `code` tool group with: + +```bash +autohand mcp add bright-data env API_TOKEN=your-token-here GROUPS=code npx @brightdata/mcp +``` + +Add `--scope project` before `bright-data` to save the server in the current project's `.autohand` configuration instead of your user configuration. + --- ## ✨ Features