74
/ 100
20 days ago
glama

AskHumanToWork MCP Server

Enables AI agents to capture, manage, and retrieve todos with due dates and provenance, while automatically escalating reminders until tasks are completed.

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 5 credentials: ENCRYPTION_KEY, SESSION_SECRET, TODO_API_TOKEN, VAPID_PRIVATE_KEY, VAPID_PUBLIC_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.
configAPI_BASE_URL
configAPI_PORT
configCOOKIE_SECURESMTP credentials, and set =true + TRUST_PROXY=true behind HTTPS.
configDATABASE_URLFor a real host (Fly.io / Railway / a VPS): build the Dockerfile, provide ,
🔐 secretENCRYPTION_KEY→ run: openssl rand -base64 32
configPORT
configSERVE_WEBSingle-image deploy — the API container also serves the built web app (=true) and runs
🔐 secretSESSION_SECRETcp .env.example .env # set + ENCRYPTION_KEY (+ VAPID keys)
configSMTP_FROM
configSMTP_HOST
configSMTP_PORT
configTODO_AGENT_NAME
🔐 secretTODO_API_TOKENenv =tfa_your_token_here \
configTODO_API_URLenv =http://localhost:3000 \
configTODO_WEB_URL
configTRUST_PROXYSMTP credentials, and set COOKIE_SECURE=true + =true behind HTTPS.
🔐 secretVAPID_PRIVATE_KEY
🔐 secretVAPID_PUBLIC_KEY
configVAPID_SUBJECT
configWEB_BASE_URL
// 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 4 concrete improvements 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/kuronokicorp-askhumantowork-1d8wvt)](https://m8ven.ai/mcp/kuronokicorp-askhumantowork-1d8wvt)
commit: 6a81866691694cc6581c31d07c2a9bf0247fb92e
code hash: 53907c46b5b14ccccb15cad59714c539966d1bcc0ce26c77c24c8bf38a376946
verified: 7/11/2026, 8:20:21 AM
view raw JSON →