Build the container
@actual-awg
Build the container について
docker-based mcp server that enables Claude to fetch biological sequence data from NCBI
基本情報
設定
以下の設定を使って、このサーバーを 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
—
「クラウドとインフラ」の他のコンテンツ
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
🐋 Docker MCP server
ckreilingMCP server for Docker
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
コメント