Skip to content
VS Code

genefoundry for VS Code

io.github.berntpopp/genefoundry

MCP gateway federating 22 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.

client:VS Code transport:streamable-http

Install genefoundry in VS Code

.vscode/mcp.json

{
  "servers": {
    "genefoundry": {
      "type": "http",
      "url": "https://genefoundry.org/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

genefoundry in other clients