MCP.so
登录

Build the container

@actual-awg

关于 Build the container

docker-based mcp server that enables Claude to fetch biological sequence data from NCBI

基本信息

分类

云与基础设施

运行时

python

传输方式

stdio

发布者

actual-awg

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "ncbi-sequence-fetcher": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ncbi-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Build the container?

— (The README does not describe what the server does, what it integrates with, or who it is for.)

How to use Build the container?

Clone the repository, change into its directory, build the Docker image with docker build -t ncbi-mcp-server ., then run it with docker run -it --rm ncbi-mcp-server. For Claude Desktop, add the provided JSON configuration to claude_desktop_config.json.

Key features of Build the container

Use cases of Build the container

FAQ from Build the container

评论

云与基础设施 分类下的更多 MCP 服务器