Back to directory
deak-ai/openehr-mcp-server

deak-ai/openehr-mcp-server

@deak-ai12

An MCP server for interfacing with openEHR REST APIs, enabling creation and management of medical records through EHRbase implementation

openehrehrbasemedical-recordshealthcareehrother

Installation & Configuration

{
  "mcpServers": {
    "openEHR": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--network=host",
        "-e",
        "EHRBASE_URL=http://localhost:8080/ehrbase/rest",
        "-e",
        "EHRBASE_JSON_FORMAT=wt_flat",
        "ctodeakai/openehr-mcp-server:latest"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/24
Updated
2025/8/13