From e4a134e016f4abd93bc4aaaaa2348e8ac13b8675 Mon Sep 17 00:00:00 2001 From: Osinachi Okpara Date: Sat, 3 Jan 2026 00:45:07 +0100 Subject: [PATCH] Include OpenCode MCP configuration in README Added configuration instructions for OpenCode MCP. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 45ca0f86c..a298e1678 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,27 @@ Or, from the IDE **Activity Bar** > `Kiro` > `MCP Servers` > `Click Open MCP Con +
+ OpenCode + +Copy the following into your `opencode.json` configuration file. + +```json +{ + "$schema": "https://opencode.ai/config.json", + "mcp": { + "chrome-devtools": { + "type": "local", + "command": ["npx", "-y", "chrome-devtools-mcp@latest"] + }, + } +} +``` + +> 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. + +
+
Qoder