Skip to content
Gemini CLI

IntakeQ MCP for Gemini CLI

io.github.oktopeak/intakeq-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install IntakeQ MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

IntakeQ MCP in other clients