Skip to content

Commit 3b8016e

Browse files
authored
Merge pull request #19 from InTheCloudDan/dob/QodoGen
add instructions for MCP server in Qodo Gen
2 parents 51db706 + 03d41e5 commit 3b8016e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,31 @@ Add the following server definition to your `claude_desktop_config.json` file:
6868

6969
Specify your API key as found on LaunchDarkly's Authorization page.
7070

71+
### Qodo Gen installation steps
72+
73+
1. Open [Qodo Gen](https://docs.qodo.ai/qodo-documentation/qodo-gen) chat panel in VSCode or IntelliJ.
74+
2. Click `Connect more tools`.
75+
3. Click `+ Add new MCP`.
76+
4. Add the following configuration:
77+
78+
```json
79+
{
80+
"mcpServers": {
81+
"LaunchDarkly": {
82+
"command": "npx",
83+
"args": [
84+
"-y", "--package", "@launchdarkly/mcp-server", "--", "mcp", "start",
85+
"--api-key", "api-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
86+
]
87+
}
88+
}
89+
}
90+
```
91+
92+
Specify your API key as found on LaunchDarkly's Authorization page.
93+
94+
5. Click `Save`.
95+
7196
### Standalone binary installation steps
7297

7398
You can also run the MCP server as a standalone binary with no additional dependencies. You must pull these binaries from available GitHub releases while specifying the appropriate `tag` value:

0 commit comments

Comments
 (0)