Read-only biomedical MCP server connecting 50+ biomedical
databases. One command grammar for all entities — genes,
variants, diseases, drugs, trials, articles, phenotypes,
pathways, proteins, diagnostics, and adverse events. 27
tools, Apache-2.0 license.
Server Config
{
"mcpServers": {
"biomcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8080:8080",
"jackgucci/biomcp:0.8.22"
]
}
}
}