A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
🧑⚕️ Ai智能医生聊天助手-这是一个前端基于Vue3、TS、后端基于Nest.js、MongoDB、Redis、Milvus并结合大模型、RAG等技术实现的医疗库智能问答系统,能结合大模型的生成能力和上传的专业医疗领域知识库针对提问给
这是一个前端基于Vue3、TS、后端基于Nest.js、MongoDB、Redis、Milvus并结合大模型、RAG等技术实现的医疗库智能问答系统,能结合大模型的生成能力和上传的专业医疗领域知识库针对提问给出专业回答。同时具备工具调用能力,可使用MCP集成网页爬取能力让大模型根据网址对应的医疗领域文章进行分析和输出。







克隆项目
git clone https://github.com/Jevon-Zhong/Ai-doctor.git
cd Ai-doctor
运行mcp-server
在项目根目录创建.env文件,然后粘贴以下内容
# 数据库地址
MONGODB_URI=mongodb://user:user123@127.0.0.1:27017/ai_doctor?authSource=admin
# 对登陆密码加密密钥
PASSWORD_KEY=abcdefg
# jwt密钥
JWT_SECRET=aidoctor123
# 向量数据库
MILVUS_ADDRESS=127.0.0.1:19530
#通义千问apikey,填写自己的api key
QWEN_API_KEY=sk-xxx
#redis地址
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
#ip地址
IP_ADDR=http://127.0.0.1:3000
cd mcp-server
npm i
npm run start
运行ai-doctor-server
cd ai-doctor-server
npm i
npm run start
运行ai-doctor-client
cd ai-doctor-client
npm i
npm run dev
本项目采用 MIT License 开源协议。
你可以自由地使用、修改、分发本项目,但是禁止商业化。
MCP server integration for DaVinci Resolve Studio
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnos
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots