43
/ 100
1 month ago
glama

AdventedHUD

Turns an LLM agent into a personal planner by providing atomic context (roles, goals, decision matrix) and routing classified items to Obsidian, with optional projection to Google Calendar and Tasks.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: GOOGLE_TOKEN_ENCRYPTION_KEY, HUD_ADMIN_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configHUD_DATA_DIRdata/ (relative to repo root) Root for OAuth credentials, Obsidian vault, DB
🔐 secretGOOGLE_TOKEN_ENCRYPTION_KEYexport =your-secure-random-key
configHUD_RESOLVE_JWT_SUBJECT0 Set 1 to prefer JWT sub as user id
🔐 secretHUD_ADMIN_API_KEYe =your-secret-key \
configHUD_AGENT_SAFE_ONBOARDING_ERRORS
configHUD_REQUIRE_POST_ONBOARDING_PUSH1 Set 0 to skip push-policy gate in dev
configHUD_LOG_LEVELINFO Log verbosity
configHUD_HOST127.0.0.1 Bind address
configHUD_PORT8200 Listen port
configHUD_SOUL_MD_PATHdata/obsidian/AdventedHUD/soul.md Onboarding soul file
configSOUL_MD_PATH
configHUD_SOUL_MD_TEMPLATE_PATH_(optional)_ Worksheet template for onboarding read
configHUD_DB_PATHdata/hud.db SQLite store
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/av151318-adventedhud-12t92c)](https://m8ven.ai/mcp/av151318-adventedhud-12t92c)
commit: b4a4acc4de82a5a55a0a533853826f526ec23090
code hash: b3041b9ecf6d295519a8cc79aa092d42cffaf713119b41cc7d8f961d127bd9fb
verified: 6/29/2026, 11:23:38 AM
view raw JSON →