Skip to content

Commit 7dae68d

Browse files
docs: add instructions for MCP server in Qodo Gen (#530)
1 parent 60495ed commit 7dae68d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,27 @@ Follow the MCP install [guide](https://modelcontextprotocol.io/quickstart/user),
112112
```
113113
</details>
114114

115+
<details>
116+
<summary><b>Install in Qodo Gen</b></summary>
117+
118+
Open [Qodo Gen](https://docs.qodo.ai/qodo-documentation/qodo-gen) chat panel in VSCode or IntelliJ → Connect more tools → + Add new MCP → Paste the following configuration:
119+
120+
```js
121+
{
122+
"mcpServers": {
123+
"playwright": {
124+
"command": "npx",
125+
"args": [
126+
"@playwright/mcp@latest"
127+
]
128+
}
129+
}
130+
}
131+
```
132+
133+
Click <code>Save</code>.
134+
</details>
135+
115136
### Configuration
116137

117138
Playwright MCP server supports following arguments. They can be provided in the JSON configuration above, as a part of the `"args"` list:

0 commit comments

Comments
 (0)