Skip to content
Cline

IntakeQ MCP for Cline

io.github.oktopeak/intakeq-mcp

IntakeQ/PracticeQ MCP connector with HIPAA §164.312(b) audit logging on every PHI read/write

client:Cline transport:stdio runtime:npm

Install IntakeQ MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "intakeq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oktopeak/intakeq-mcp"
      ],
      "env": {
        "INTAKEQ_API_KEY": "<INTAKEQ_API_KEY>",
        "INTAKEQ_API_BASE": "<INTAKEQ_API_BASE>",
        "MCP_API_KEY": "<MCP_API_KEY>",
        "MCP_ALLOW_NO_AUTH": "<MCP_ALLOW_NO_AUTH>",
        "TRANSPORT": "<TRANSPORT>",
        "MCP_BASE_URL": "<MCP_BASE_URL>",
        "PORT": "<PORT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

IntakeQ MCP in other clients