OHNLP/omop_mcp
Map clinical terminology to OMOP concepts using LLMs for healthcare data standardization and interoperability.
Quick Start
Clone the repository:
git clone https://github.com/OHNLP/omop_mcpClaude Desktop configuration example:
{
"mcpServers": {
"omopmcp": {
"command": "npx",
"args": [
"-y",
"OHNLP/omop_mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.