Umls for VS Code
io.github.pipeworx-io/umls
UMLS MCP — wraps the NLM UMLS Terminology Services REST API (uts-ws.nlm.nih.gov/rest)
client:VS Code
transport:streamable-http
Install Umls in VS Code
.vscode/mcp.json
{
"servers": {
"umls": {
"type": "http",
"url": "https://gateway.pipeworx.io/umls/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs