MCP.so
Sign In

Build the container

@actual-awg

About Build the container

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

Basic information

Category

Cloud & Infrastructure

Runtime

python

Transports

stdio

Publisher

actual-awg

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Cloud & Infrastructure MCP servers