IntakeQ/PracticeQ MCP connector with HIPAA §164.312(b) audit logging on every PHI read/write
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).
Run
npx -y @oktopeak/intakeq-mcp
MCP client config
{
"mcpServers": {
"intakeq-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/intakeq-mcp"
]
}
}
}