Back to MCP directory
publicPublicdnsLocal runtime

omcp

OMCP是一个基于OMOP通用数据模型的MCP服务器实现,为AI模型提供标准化接口来查询和分析医疗数据。

article

README

🚀 omcp

OMCP是一个让AI模型能够通过标准化接口,查询和分析以OMOP格式存储的医疗数据的项目。它是模型上下文协议(MCP)服务器在医疗观察结果伙伴关系(OMOP)通用数据模型上的具体实现。

🚀 快速开始

本项目暂未提供快速开始相关内容,你可通过文档进一步了解项目。

📚 详细文档

更多详细信息,请访问https://fastomop.github.io/omcp/

🔗 仓库地址

GitHub: https://github.com/fastomop/omcp

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client