EHR MCP Server — read and gated-write tools over an electronic health record for clinical agents, with PHI access logging
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-ehr": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-ehr"
]
}
}
}
Run in terminal:
claude mcp add mcp-ehr cargo run -- mcp-ehr
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-ehr": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-ehr"
]
}
}
}