Back to Home
OHNLP icon

omop_mcp

Verified Safe

by OHNLP

Overview

Maps clinical terminology to OMOP (Observational Medical Outcomes Partnership) concepts using Large Language Models (LLMs) via the Model Context Protocol (MCP) server.

Installation

Run Command
uv --directory <path-to-local-repo> run omop_mcp

Environment Variables

  • AZURE_OPENAI_ENDPOINT
  • AZURE_OPENAI_API_KEY
  • AZURE_API_VERSION
  • MODEL_NAME
  • OPENAI_API_KEY

Security Notes

The server makes external HTTP requests to known OMOP resources (Athena OHDSI) which is appropriate. API keys are managed through environment variables via `dotenv`. The `batch_map_concepts_from_csv` tool takes a `csv_path` as an argument; if the server were exposed publicly to untrusted users without input validation, this could potentially be leveraged for arbitrary local file access (e.g., path traversal). However, the intended use case (e.g., Claude Desktop integration) implies a local or controlled environment where this risk is mitigated.

Similar Servers

Stats

Interest Score41
Security Score8
Cost ClassHigh
Avg Tokens2000
Stars26
Forks3
Last Update2026-01-17

Tags

OMOPClinical TerminologyLLMMedical ConceptsData Mapping