71
/ 100
10 days ago
glama

notes-mcp

A comprehensive system for creating and managing notes in Apple Notes on macOS.

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 5 credentials: NOTES_MCP_BRIDGE_TOKEN, NOTES_MCP_INGRESS_KEY, GITHUB_TOKEN, NOTES_QUEUE_HMAC_SECRET, NOTES_MCP_TOKEN
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.
configNOTES_MCP_BRIDGE_URL
🔐 secretNOTES_MCP_BRIDGE_TOKEN
configNOTES_MCP_BRIDGE_PORT
configNOTES_MCP_BRIDGE_HOST
configNOTES_QUEUE_FILENAME
configNOTES_QUEUE_DB
configNOTES_MCP_EXPORT_INCLUDE_BODY
🔐 secretNOTES_MCP_INGRESS_KEYIngress API key for Tailscale Funnel public access
configNOTES_MCP_ALLOWED_FOLDERSComma-separated list of allowed folder names (default: "MCP Inbox")
configNOTES_MCP_REQUIRE_CONFIRMIf "true", all create requests must include confirm: true
configNOTES_MCP_INGRESS_HOST
configNOTES_MCP_INGRESS_PORT
🔐 secretGITHUB_TOKENGitHub Personal Access Token (for Gist queue, requires 'gist' scope)
configNOTES_QUEUE_GIST_IDYour GitHub Gist ID (from the Gist URL)
🔐 secretNOTES_QUEUE_HMAC_SECRETThe HMAC secret defaults to NOTES_MCP_TOKEN if is not set.
configNOTES_MCP_ENABLE_SCHEDULING
configNOTES_MCP_BUSINESS_HOURS_START
configNOTES_MCP_BUSINESS_HOURS_END
configNOTES_MCP_MAX_JOB_AGE_SECONDSMaximum age for jobs in seconds (default: 86400 = 24 hours)
configNOTES_QUEUE_POLL_SECONDSPolling interval in seconds (default: 60)
configNOTES_RESULTS_FILENAME
configNOTES_GEM_INBOX_FILENAME
🔐 secretNOTES_MCP_TOKENShared secret token for authentication
// 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/apj72-notes-mcp-mww2qk)](https://m8ven.ai/mcp/apj72-notes-mcp-mww2qk)
commit: 8f2eedfc5e02e453c38dd4aa2a40c6e712cdaae4
code hash: 2154912a80c5f01141f67ab3844c04583d5ae2736eb6c3715bbe33a230899040
verified: 7/21/2026, 9:23:29 AM
view raw JSON →