langcare mcp fhir for Cursor
io.github.langcare/langcare-mcp-fhir
An MCP FHIR server written in Go for EMR systems like Epic and Cerner
client:Cursor
transport:stdio
runtime:npm
Install langcare mcp fhir in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"langcare-mcp-fhir": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@langcare/langcare-mcp-fhir"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs