Skip to content

Commit 48b923a

Browse files
committed
docs: add OpenCode integration instructions
1 parent 28b8ff8 commit 48b923a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,25 @@ Or, from the IDE **Activity Bar** > `Kiro` > `MCP Servers` > `Click Open MCP Con
241241

242242
</details>
243243

244+
<details>
245+
<summary>OpenCode</summary>
246+
247+
Add the following configuration to your `opencode.json` (project-specific) or `~/.config/opencode/config.json` (global):
248+
249+
```json
250+
{
251+
"mcp": {
252+
"chrome-devtools": {
253+
"type": "local",
254+
"command": ["npx", "-y", "chrome-devtools-mcp@latest"],
255+
"enabled": true
256+
}
257+
}
258+
}
259+
```
260+
261+
</details>
262+
244263
<details>
245264
<summary>Qoder</summary>
246265

0 commit comments

Comments
 (0)