LogoSTMCP
Download
dgidb-mcp-server

Interacting with the Drug Gene Interaction Database (DGIdb) via Claude Desktop

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.

Tools

1. dgidb

A tool that connects to the Drug Gene Interaction Database (DGIdb) API to look up drug-gene interactions and related information.

Open Graph image for Interacting with the Drug Gene Interaction Database (DGIdb) via Claude Desktop

JSON Config

{
  "mcpServers": {
    "dgidb": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://dgidb-mcp-server.your-organization.workers.dev/sse"
      ]
    }
  }
}

Useful Links

Information