From 6af611b61cf6fad1c5071851c20307cd3c59d15c Mon Sep 17 00:00:00 2001 From: ian nuttall <6681919+iannuttall@users.noreply.github.com> Date: Tue, 4 Nov 2025 09:08:10 +0000 Subject: [PATCH] docs: add Factory CLI configuration to MCP clients Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 54086fbf..3de17ff7 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,16 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab +
+ Factory CLI +Use the Factory CLI to add the Chrome DevTools MCP server (guide): + +```bash +droid mcp add chrome-devtools "npx -y chrome-devtools-mcp@latest" +``` + +
+
Gemini CLI Install the Chrome DevTools MCP server using the Gemini CLI.