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
—
「クラウドとインフラ」の他のコンテンツ
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Cloudflare MCP Server
cloudflareaws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
コメント