Chat app over the medical-mcp server (FDA, PubMed, WHO, RxNorm) with Gemini on Vertex AI
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-medical": {
"command": "npx",
"args": [
"-y",
"sqlshep/MCP-Medical"
]
}
}
}
Run in terminal:
claude mcp add mcp-medical npx -y sqlshep/MCP-Medical
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-medical": {
"command": "npx",
"args": [
"-y",
"sqlshep/MCP-Medical"
]
}
}
}