Skip to content
Gemini CLI

HIPAA Agent for Gemini CLI

io.github.xbt786/hipaa-agent

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

client:Gemini CLI transport:streamable-http

Install HIPAA Agent in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "hipaa-agent": {
      "httpUrl": "https://hipaaagent.ai/api/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

HIPAA Agent in other clients