mcp clinical reasoner for Cursor
io.github.pcmedsinge/mcp-clinical-reasoner
Drug interactions (FDA), dose range check, allergy cross-reactivity. No PHI processed.
client:Cursor
transport:stdio
runtime:pypi
Install mcp clinical reasoner in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-clinical-reasoner": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-clinical-reasoner"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs