Skip to content

Commit 016e2fd

Browse files
authored
docs: add Factory CLI configuration to MCP clients (#523)
This PR adds Factory CLI to the MCP client configuration section in the README. The Factory CLI section: - Follows the same format as other MCP clients - Is placed in alphabetical order (between Cursor and Gemini CLI) - Includes a link to the Factory documentation - Provides the command to add the Chrome DevTools MCP server using `droid mcp add`
1 parent 247e1b6 commit 016e2fd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,16 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
152152

153153
</details>
154154

155+
<details>
156+
<summary>Factory CLI</summary>
157+
Use the Factory CLI to add the Chrome DevTools MCP server (<a href="https://docs.factory.ai/cli/configuration/mcp">guide</a>):
158+
159+
```bash
160+
droid mcp add chrome-devtools "npx -y chrome-devtools-mcp@latest"
161+
```
162+
163+
</details>
164+
155165
<details>
156166
<summary>Gemini CLI</summary>
157167
Install the Chrome DevTools MCP server using the Gemini CLI.

0 commit comments

Comments
 (0)