mirror of
https://github.com/ChromeDevTools/chrome-devtools-mcp.git
synced 2026-09-14 19:45:30 +08:00
docs: Add devin cli install instruction to README (#2361)
Devin CLI [1] is a coding agent harness made by Cognition [1] https://docs.devin.ai/cli
This commit is contained in:
@@ -294,6 +294,19 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Devin CLI</summary>
|
||||
|
||||
**Install via CLI (MCP only)**
|
||||
|
||||
Use the Devin CLI to add the Chrome DevTools MCP server (<a href="https://docs.devin.ai/cli/extensibility/mcp/configuration">guide</a>):
|
||||
|
||||
```bash
|
||||
devin mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Factory CLI</summary>
|
||||
Use the Factory CLI to add the Chrome DevTools MCP server (<a href="https://docs.factory.ai/cli/configuration/mcp">guide</a>):
|
||||
|
||||
Reference in New Issue
Block a user