opentargets mcp for Zed
io.github.mrfentmen/opentargets-mcp
Keyless MCP server for Open Targets: gene/disease/drug search, target details, disease associations.
client:Zed
transport:stdio
runtime:npm
Install opentargets mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"opentargets-mcp": {
"command": "npx",
"args": [
"-y",
"opentargets-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs