Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-drugdb

该项目是MCP DrugBot的代码与数据仓库,旨在实现更精简智能的药物信息处理,需配置NCBI和OpenAI的API密钥运行。

article

README

🚀 MCP DrugBot代码与数据仓库

本仓库包含了文章"MCP DrugBot: 更精益和更智能"中的代码和数据,为相关研究和开发提供了有力支持。

🚀 快速开始

先决条件

运行本项目需要以下环境和信息:

  • uv
  • Python
  • mcp
  • 你的openai_api API密钥、ncbi API密钥和ncbi电子邮件

运行步骤

  1. 在代码目录中创建一个名为config.yaml的文件,并添加以下内容:
ncbi_key: [your NCBI API key]
ncbi_email: [your NCBI email]
openai_api: [your OpenAI API key]
  1. 按照文章中的说明操作

✨ 作者

  • Sixing Huang - 概念和编码

📄 许可证

此项目在MIT许可证下授权,详细信息请参阅LICENSE文件。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client