MCP.so
登录

Introduction

@dgg32

关于 Introduction

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

dgg32

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Introduction?

Introduction is the MCP server implementation for the article "MCP DrugBot: Leaner And Smarter". It integrates NCBI databases and OpenAI’s API to provide drug‑related information.

How to use Introduction?

Install the prerequisites (uv, Python, mcp), create a config.yaml file with your NCBI API key, NCBI email, and OpenAI API key, then follow the instructions in the associated article.

Key features of Introduction

  • Requires NCBI API key and email for database access.
  • Requires OpenAI API key for language processing.
  • Configuration via a single config.yaml file.
  • Built on the Model Context Protocol (MCP).
  • Licensed under the MIT open‑source license.

Use cases of Introduction

  • Querying drug information from NCBI databases.
  • Generating summaries or analyses using OpenAI.
  • Prototyping drug‑related MCP tools.

FAQ from Introduction

What API keys are needed?

You need an OpenAI API key, an NCBI API key, and an NCBI email address.

How do I configure Introduction?

Place your keys in a file named config.yaml in the code directory with the keys ncbi_key, ncbi_email, and openai_api.

What are the runtime requirements

评论

其他 分类下的更多 MCP 服务器