diff --git a/README.md b/README.md index 3de17ff7..adad4eb2 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,23 @@ Or, from the IDE **Activity Bar** > `Kiro` > `MCP Servers` > `Click Open MCP Con +
+Openhands + +In the agent_settings.json in your `.openhands` folder add to the "mcpServers": +``` +"chrome-devtools": { + "command": "npx", + "args": [ + "-y", + "chrome-devtools-mcp@latest", + "--headless=true", + "--isolated=true" + ] +} +``` +
+
Qoder