IntakeQ MCP for Cursor
io.github.oktopeak/intakeq-mcp
IntakeQ/PracticeQ MCP connector with HIPAA §164.312(b) audit logging on every PHI read/write
client:Cursor
transport:stdio
runtime:npm
Install IntakeQ MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"intakeq-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs