一款轻量级、可扩展的、跨平台的、专为医疗信息化设计的电子病历编辑器内核,为EMR(电子病历系统)提供专业的结构化病历编辑与AI接入解决方案。
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"hm-editor": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).
MCP Security Weekly
Get CVE alerts and security updates for Hm_editor and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
集成AI、满足信创、开源的医疗电子病历编辑器
HmEditor 是一款专为医疗行业设计的智能电子病历编辑器插件,结合 CKEditor4 文本编辑功能与自研 AI 技术,为医院信息科和 EMR 厂商提供高效、灵活、智能化的病历编辑解决方案。支持多种病历模板创建与编辑,具备强大的数据绑定能力,并可与医疗信息系统无缝对接。
# 安装 docker 和 docker-compose
# 下载 docker-compose.yml
# 启动服务
$ docker-compose -f /path/to/docker-compose.prod.yml up -d
# 下载 hm_editor、hm_editor.service、hm_editor.admin.client
# 进入 hm_editor 目录
npm install # 安装依赖
grunt release # 编译
nodemon index.js # 启动
只需 15 行核心代码即可集成:
<script src="https://editor.huimei.com/hmEditor/iframe/HmEditorIfame.js"></script>
<div id="editorContainer" style="width:850px;height:500px;"></div>
<script>
HMEditorLoader.createEditorAsync({
container: "#editorContainer",
sdkHost: "https://editor.huimei.com/hmEditor"
}).then(function(editor) {
editor.setDocContent({
code: 'doc001',
docTplName: '测试病历名称',
docContent: '...'
});
});
</script>
更多 API 及用法详见 官方文档
本项目遵循 LGPLv2.1 协议,允许自由使用、修改和分发。

© 2025-2026 惠每云 HMCLOUD. 保留所有权利。