Skip to content
Zed

IntakeQ MCP for Zed

io.github.oktopeak/intakeq-mcp

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

client:Zed transport:stdio runtime:npm

Install IntakeQ MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

IntakeQ MCP in other clients