
安装
1
安装 Qwen Code
2
配置模型
3
添加 DropCV MCP Server
在项目目录下创建 或者在
.qwen/mcp.json:~/.qwen/settings.json 中全局配置。4
开始使用
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
阿里巴巴出品的 CLI AI Agent,支持 MCP,国内用户友好。

安装 Qwen Code
npm install -g -g @anthropic-ai/qwen-code
配置模型
qwen
添加 DropCV MCP Server
.qwen/mcp.json:{
"mcpServers": {
"dropcv": {
"url": "https://api.dropcv.work/api/external/v1/mcp/mcp",
"headers": {
"Authorization": "Bearer <你的 API Key>"
}
}
}
}
~/.qwen/settings.json 中全局配置。开始使用
qwen
qwen -p "从 DropCV 人才库里找出所有在北京的候选人"
Was this page helpful?
