IntakeQ MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 7 Aug 2026.
IntakeQ/PracticeQ MCP connector with HIPAA §164.312(b) audit logging on every PHI read/write
Today is the operative word: we check IntakeQ MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add intakeq-mcp -- npx -y @oktopeak/intakeq-mcp
{
"mcpServers": {
"intakeq-mcp": {
"args": [
"-y",
"@oktopeak/intakeq-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.intakeq-mcp]
command = "npx"
args = ["-y", "@oktopeak/intakeq-mcp"]
{
"mcpServers": {
"intakeq-mcp": {
"args": [
"-y",
"@oktopeak/intakeq-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"intakeq-mcp": {
"args": [
"-y",
"@oktopeak/intakeq-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
INTAKEQ_API_KEY (IntakeQ API key (optional — prefer the set_api_key tool)), INTAKEQ_API_BASE (Override the default IntakeQ API base URL (https://intakeq.com/api/v1)), MCP_API_KEY (Bearer token gate on the HTTP /mcp endpoint. Required in http mode unless MCP_ALLOW_NO_AUTH is true), MCP_ALLOW_NO_AUTH (Set to true to allow HTTP mode without MCP_API_KEY (local development only)), TRANSPORT (Transport mode: stdio (default) or http), MCP_BASE_URL (Base URL for HTTP transport (e.g. http://127.0.0.1:3000)), PORT (HTTP listen port (default 3000). HTTP transport only.).
The author declared them in the registry entry; get the values from the project itself.
lu.ma events MCP server with draft+confirm safety, audit logging, and prompt-injection scrubbing.…
Production-grade MCP Gateway in Go with RBAC, in-flight PII redaction, and audit logging.
Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.
Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.
Clockify time-tracking MCP: 112 tools across 18 domains, read-only by default with opt-in writes.
Remote MCP security gateway for auth, redaction, policy enforcement, and audit logging.
MCP gateway for controlled SSH access with per-client auth, command policies, and audit logging.
Read the MindForge engine over MCP: knowledge graph, project health, and audit log.
Answers built from our own checks of this server.