1. dgidb
A tool that connects to the Drug Gene Interaction Database (DGIdb) API to look up drug-gene interactions and related information.
A Model Context Protocol (MCP) server that enables Claude Desktop to query the Drug Gene Interaction Database (DGIdb), allowing researchers to ask natural language questions about drug-gene interactions.
{
"mcpServers": {
"dgidb": {
"command": "npx",
"args": [
"mcp-remote",
"https://dgidb-mcp-server.your-organization.workers.dev/sse"
]
}
}
}