diff --git a/README.md b/README.md
index 45ca0f86..43723338 100644
--- a/README.md
+++ b/README.md
@@ -241,6 +241,25 @@ Or, from the IDE **Activity Bar** > `Kiro` > `MCP Servers` > `Click Open MCP Con
+
+ OpenCode
+
+Add the following configuration to your `opencode.json` file. If you don't have one, create it at `~/.config/opencode/opencode.json` (guide):
+
+```json
+{
+ "$schema": "https://opencode.ai/config.json",
+ "mcp": {
+ "chrome-devtools": {
+ "type": "local",
+ "command": ["npx", "-y", "chrome-devtools-mcp@latest"]
+ }
+ }
+}
+```
+
+
+
Qoder