Skip to content

Commit e4a134e

Browse files
authored
Include OpenCode MCP configuration in README
Added configuration instructions for OpenCode MCP.
1 parent 914ac68 commit e4a134e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,27 @@ 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+
Copy the following into your `opencode.json` configuration file.
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+
> To find the configuration file and properly setup this MCP on OpenCode, visit OpenCode's [Config](https://opencode.ai/docs/config/) and [MCP](https://opencode.ai/docs/mcp-servers/) documentation.
262+
263+
</details>
264+
244265
<details>
245266
<summary>Qoder</summary>
246267

0 commit comments

Comments
 (0)