IntakeQ MCP
About
IntakeQ/PracticeQ MCP connector with HIPAA §164.312(b) audit logging on every PHI read/write
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
INTAKEQ_API_KEY INTAKEQ_API_BASE MCP_API_KEY MCP_ALLOW_NO_AUTH TRANSPORT MCP_BASE_URL PORTClaude Code
claude mcp add --env INTAKEQ_API_KEY= --env INTAKEQ_API_BASE= --env MCP_API_KEY= --env MCP_ALLOW_NO_AUTH= --env TRANSPORT= --env MCP_BASE_URL= --env PORT= intakeq-mcp -- npx @oktopeak/intakeq-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"intakeq-mcp","command":"npx","args":["@oktopeak/intakeq-mcp"],"env":{"INTAKEQ_API_KEY":"","INTAKEQ_API_BASE":"","MCP_API_KEY":"","MCP_ALLOW_NO_AUTH":"","TRANSPORT":"","MCP_BASE_URL":"","PORT":""}}'
JSON
{
"mcpServers": {
"intakeq-mcp": {
"command": "npx",
"args": [
"@oktopeak/intakeq-mcp"
],
"env": {
"INTAKEQ_API_KEY": "",
"INTAKEQ_API_BASE": "",
"MCP_API_KEY": "",
"MCP_ALLOW_NO_AUTH": "",
"TRANSPORT": "",
"MCP_BASE_URL": "",
"PORT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.