Skip to content
Claude Desktop

HIPAA Agent for Claude Desktop

io.github.xbt786/hipaa-agent

HIPAA compliance AI agent — scan, grade, SRA, and generate compliance docs.

client:Claude Desktop transport:streamable-http

Install HIPAA Agent in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "hipaa-agent": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://hipaaagent.ai/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

HIPAA Agent in other clients