Skip to content

Commit 51b7b7c

Browse files
committed
add qwen code mcp server config
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
1 parent 5f51ead commit 51b7b7c

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,32 @@ Gemini CLI requires manual configuration through a JSON file:
9090

9191
### Other MCP Client Configurations (Cursor, Windsurf, etc.)
9292

93+
94+
95+
<details>
96+
<summary><strong>Qwen Code</strong></summary>
97+
98+
Create or edit the `~/.qwen/settings.json` file and add the following configuration:
99+
100+
```json
101+
{
102+
"mcpServers": {
103+
"code-context": {
104+
"command": "npx",
105+
"args": ["@zilliz/code-context-mcp@latest"],
106+
"env": {
107+
"OPENAI_API_KEY": "your-openai-api-key",
108+
"MILVUS_ADDRESS": "your-zilliz-cloud-public-endpoint",
109+
"MILVUS_TOKEN": "your-zilliz-cloud-api-key"
110+
}
111+
}
112+
}
113+
}
114+
```
115+
116+
</details>
117+
118+
93119
<details>
94120
<summary><strong>Cursor</strong></summary>
95121

packages/mcp/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,29 @@ EMBEDDING_BATCH_SIZE=512
177177
## Usage with MCP Clients
178178

179179

180+
<details>
181+
<summary><strong>Qwen Code</strong></summary>
182+
183+
Create or edit the `~/.qwen/settings.json` file and add the following configuration:
184+
185+
```json
186+
{
187+
"mcpServers": {
188+
"code-context": {
189+
"command": "npx",
190+
"args": ["@zilliz/code-context-mcp@latest"],
191+
"env": {
192+
"OPENAI_API_KEY": "your-openai-api-key",
193+
"MILVUS_ADDRESS": "your-zilliz-cloud-public-endpoint",
194+
"MILVUS_TOKEN": "your-zilliz-cloud-api-key"
195+
}
196+
}
197+
}
198+
}
199+
```
200+
201+
</details>
202+
180203
<details>
181204
<summary><strong>Cursor</strong></summary>
182205

0 commit comments

Comments
 (0)