diff --git a/README.md b/README.md index 45ca0f86c..33832fc48 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` (project-specific) or `~/.config/opencode/config.json` (global): + +```json +{ + "mcp": { + "chrome-devtools": { + "type": "local", + "command": ["npx", "-y", "chrome-devtools-mcp@latest"], + "enabled": true + } + } +} +``` + +
+
Qoder