MCP Server
io.github.pcmedsinge/mcp-clinical-reasoner MCP Server
io.github.pcmedsinge/mcp-clinical-reasoner
What is the io.github.pcmedsinge/mcp-clinical-reasoner MCP server?
Drug interactions (FDA), dose range check, allergy cross-reactivity. No PHI processed.
How to install io.github.pcmedsinge/mcp-clinical-reasoner
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-clinical-reasoner": {
"command": "uvx",
"args": [
"mcp-clinical-reasoner"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-clinical-reasoner": {
"command": "uvx",
"args": [
"mcp-clinical-reasoner"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-clinical-reasoner": {
"command": "uvx",
"args": [
"mcp-clinical-reasoner"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-clinical-reasoner": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-clinical-reasoner"
]
}
}
}Claude Code
claude mcp add mcp-clinical-reasoner -- uvx mcp-clinical-reasonerRelated MCP servers
FHIR R4 read/search/validate MCP server — US Core/IPS profiles, SMART-on-FHIR auth (Epic/Cerner).
View repository →LOINC/SNOMED CT/RxNorm/ICD-10 lookup, search, translation and ValueSet expansion via FHIR.
View repository →