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
—
云与基础设施 分类下的更多 MCP 服务器
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Cloudflare MCP Server
cloudflareTerraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
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
评论