From ab3f9ddf25da751893eae82b5c5b5ae008bed1a1 Mon Sep 17 00:00:00 2001 From: Joah Gerstenberg Date: Tue, 21 Oct 2025 13:46:00 -0500 Subject: [PATCH] Add Goose installation instructions to README Added installation instructions for Goose extension. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a4e8fab7..09280c55 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,19 @@ The same way chrome-devtools-mcp can be configured for JetBrains Junie in `Setti +
+ Goose + +#### Click the button to install: + +[![Install in Goose](https://block.github.io/goose/img/extension-install-dark.svg)](https://block.github.io/goose/extension/?cmd=npx&arg=-y%20chrome-devtools-mcp%40latest&id=chrome_devtools&name=Chrome%20Devtools&description=Control%20a%20live%20Chrome%20browser%20using%20Model-Context-Protocol) + +#### Or install manually: + +Go to `Advanced settings` -> `Extensions` -> `Add custom extension`. Name to your liking, use type `STDIO`, and set the `command` to `npx -y chrome-devtools-mcp@latest`. Click "Add Extension". + +
+
Kiro