74
/ 100
8 days ago
glama

Docket MCP Server

Enables extracting action items from meeting transcripts and managing them in Notion, with duplicate detection and human review.

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.
🔐
You'll be asked for 2 credentials: GEMINI_API_KEY, NOTION_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.
configPYTHON_BINNo Python executable used by the Next.js API routes. Defaults to python3. Set this to .venv/bin/python if your virtual env Python isn't the system default.
🔐 secretGEMINI_API_KEYRecommended Gemini 2.5 Flash API key. Without it, the heuristic fallback extractor is used.
configGEMINI_MODELNo Defaults to gemini-2.5-flash. Override to use another Gemini model.
🔐 secretNOTION_API_KEYFor real tasks Your Notion internal integration secret (ntn_...).
configNOTION_DATABASE_IDFor real tasks 32-character ID from the Notion database URL.
configNOTION_TITLE_PROPERTYNo Defaults to Name. The name of the title column in your Notion database.
configNOTION_OWNER_PROPERTYNo Defaults to Owner. The assignee/owner text column.
configNOTION_DUE_DATE_PROPERTYNo Defaults to Due Date. Must be a Notion Date property.
configNOTION_STATUS_PROPERTYNo Defaults to Status. Used to filter out completed tasks.
configNOTION_SOURCE_PROPERTYNo Defaults to Source Meeting. Text property tagging where the task came from.
configNOTION_STATUS_DONE_VALUESNo Comma-separated list of "done" status values to exclude. Defaults to Done,Complete,Completed,Archived.
configACTIONSYNC_DIRECT
// 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 2 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/het2576-docket-mcp-17wp6k)](https://m8ven.ai/mcp/het2576-docket-mcp-17wp6k)
commit: e9b3ec46e7eac5b79a256636d40e857c30d40722
code hash: 672b4b107abe77280f17a9bc8034073e30dec58571d58d59d8a96385408d43b3
verified: 7/1/2026, 10:02:47 AM
view raw JSON →