Bio-Safe-Audit for Claude Desktop
io.github.evozim/bio-safe-audit
Biometric data privacy auditor ensuring Zero-Knowledge compliance.
client:Claude Desktop
transport:sse
Install Bio-Safe-Audit in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bio-safe-audit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bio-safe-audit-mcp.vercel.app/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