Skip to content
VS Code

GWAS Bioinformatics MCP Server for VS Code

io.github.zaeyasa/gwas-mcp

Access 30+ bioinformatics tools from 14 databases.

client:VS Code transport:stdio runtime:pypi

Install GWAS Bioinformatics MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "gwas-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gwas-mcp"
      ]
    }
  }
}

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

GWAS Bioinformatics MCP Server in other clients