| name | PersonalDataHub |
| description | Pull personal data (emails, issues) and propose outbound actions (drafts, replies) through the PersonalDataHub access control gateway. Data is filtered, redacted, and shaped by the owner's policy before reaching the agent. |
| version | 0.1.0 |
| skillKey | personaldatahub |
| emoji | 🔐 |
| homepage | https://github.com/AISmithLab/PersonalDataHub |
| os | darwin, linux, win32 |
| install | cd ../../ && pnpm install && pnpm build && npx pdh init "OpenClaw Agent" && npx pdh start |
| metadata | {} |
| always | false |
PersonalDataHub
Access personal data from Gmail, GitHub, and other sources through the PersonalDataHub access control gateway. The data owner controls what the agent can see, which fields are visible, what gets redacted, and which actions are allowed.
MCP Setup (Recommended)
PersonalDataHub provides an MCP server for native tool discovery. Add to your Claude Code config (.claude/settings.json):
{
"mcpServers": {
"personaldatahub": {
"command": "npx",
"args": ["pdh", "mcp"]
}
}
}
This registers source-specific tools dynamically — only sources with connected OAuth tokens get tools.
Tools
read_emails
(Gmail — requires connected Gmail OAuth)
Pull emails from Gmail. Data is filtered and redacted according to the owner's access control policy.
Parameters:
purpose (required) — Why this data is needed (logged for audit)
query (optional) — Gmail search query (e.g., "is:unread from:alice newer_than:7d")
limit (optional) — Maximum number of results
Example:
Pull my recent unread emails about the Q4 report.
draft_email
(Gmail — requires connected Gmail OAuth)
Draft an email via Gmail. The draft is staged for the data owner to review — it does NOT send until approved.
Parameters:
to (required) — Recipient email address
subject (required) — Email subject