mcp-pharma for VS Code
io.github.atomno-mcp/mcp-pharma
Drug reference: GRLS, VEDL prices, Roszdravnadzor series recalls. Not medical advice.
client:VS Code
transport:stdio
runtime:pypi
Install mcp-pharma in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "mcp-pharma-api-key",
"description": "MCP_PHARMA_API_KEY",
"password": true
}
],
"servers": {
"mcp-pharma": {
"type": "stdio",
"command": "uvx",
"args": [
"atomno-mcp-pharma"
],
"env": {
"MCP_PHARMA_API_KEY": "${input:mcp-pharma-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs