Odel
dingdawg healthcare agent

dingdawg healthcare agent

Local
@dingdawg1JavaScriptUpdated 1mo ago

HIPAA-aware healthcare AI. Clinical documentation, compliance checks, audit prep. Free local tier.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdingdawg-healthcare-agentv2.0.7

Run

npx -y dingdawg-healthcare-agent

MCP client config

{
  "mcpServers": {
    "dingdawg-healthcare-agent": {
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-healthcare-agent"
      ]
    }
  }
}