Back to directory
biotools-mcp

biotools-mcp

@entropic-digital0

An example MCP server for bioinformatics tools configured to run via Docker.

bioinformaticsexampledockerother

Installation & Configuration

{
  "mcpServers": {
    "biotools-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-v",
        "path/to/this/github/repo:/app",
        "biotools-mcp"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/9
Updated
2026/3/27