opentargets for VS Code
io.github.nickzren/opentargets
Open Targets MCP server for targets, diseases, drugs, variants, and evidence
client:VS Code
transport:stdio
runtime:pypi
Install opentargets in VS Code
.vscode/mcp.json
{
"servers": {
"opentargets": {
"type": "stdio",
"command": "uvx",
"args": [
"opentargets-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs