Skip to content

Commit fbba3c9

Browse files
docs: update readme to include OpenCode example (#560)
closes: anomalyco/opencode#4377 --------- Co-authored-by: Sebastian Benz <sbenz@google.com>
1 parent 914ac68 commit fbba3c9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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` file. If you don't have one, create it at `~/.config/opencode/opencode.json` (<a href="https://opencode.ai/docs/mcp-servers">guide</a>):
248+
249+
```json
250+
{
251+
"$schema": "https://opencode.ai/config.json",
252+
"mcp": {
253+
"chrome-devtools": {
254+
"type": "local",
255+
"command": ["npx", "-y", "chrome-devtools-mcp@latest"]
256+
}
257+
}
258+
}
259+
```
260+
261+
</details>
262+
244263
<details>
245264
<summary>Qoder</summary>
246265

0 commit comments

Comments
 (0)