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

コメント

「クラウドとインフラ」の他のコンテンツ