Skip to content
VS Code

Disease for VS Code

io.github.pipeworx-io/disease

Disease MCP — wraps disease.sh API (COVID-19 statistics, no auth required)

client:VS Code transport:streamable-http

Install Disease in VS Code

.vscode/mcp.json

{
  "servers": {
    "disease": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/disease/mcp"
    }
  }
}

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

Disease in other clients