Odel
IntakeQ MCP

IntakeQ MCP

Local
@oktopeakTypeScriptUpdated 1mo ago

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).

npm@oktopeak/intakeq-mcpv1.0.1

Run

npx -y @oktopeak/intakeq-mcp

MCP client config

{
  "mcpServers": {
    "intakeq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oktopeak/intakeq-mcp"
      ]
    }
  }
}