From 67ed859c2ac27fe56199aa5331dcf79858b612ae Mon Sep 17 00:00:00 2001 From: Doan Bac Tam Date: Wed, 22 Oct 2025 08:40:09 +0700 Subject: [PATCH] docs: update with Kiro IDE MCP Servers details (#1143) Added Kiro IDE MCP Servers documentation with example configuration. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 7220041..8fe24c5 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,25 @@ Follow the MCP install [guide](https://github.com/google-gemini/gemini-cli/blob/ Go to `Advanced settings` -> `Extensions` -> `Add custom extension`. Name to your liking, use type `STDIO`, and set the `command` to `npx @playwright/mcp`. Click "Add Extension". +
+Kiro + +Follow the MCP Servers [documentation](https://kiro.dev/docs/mcp/). For example in `.kiro/settings/mcp.json`: + +```json +{ + "mcpServers": { + "playwright": { + "command": "npx", + "args": [ + "@playwright/mcp@latest" + ] + } + } +} +``` +
+
LM Studio