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:
Kevin Ku
2026-07-22 12:57:03 -07:00
committed by GitHub
parent 39c4140f11
commit 45262c0a5c
+13
View File
@@ -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>):