Skip to content
VS Code

HIPAA Agent for VS Code

io.github.xbt786/hipaa-agent

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

client:VS Code transport:streamable-http

Install HIPAA Agent in VS Code

.vscode/mcp.json

{
  "servers": {
    "hipaa-agent": {
      "type": "http",
      "url": "https://hipaaagent.ai/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

HIPAA Agent in other clients