74
/ 100
8 days ago
glama

mcp_notes

MCP server for saving, reading, and listing Markdown notes in the filesystem. Enables agents to persistently store reports or notes as plain Markdown files.

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
⚠️
Tool descriptions don’t match what handlers do
2 tools describe read intent but their handlers mutate — notes_read (line 245: /^\s*-\s*(.*)$/.exec(line)); notes_list (line 355: mkdir(notesDir, { recursive: true }))
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: MCP_SERVER_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.
configHOST
configMCP_ALLOWED_ORIGIN
configMCP_HTTP_HOSThost HTTP-сервера.
configMCP_HTTP_PATHпуть MCP endpoint.
configMCP_HTTP_PORTпорт HTTP-сервера.
🔐 secretMCP_SERVER_TOKENbearer token для HTTP endpoint.
configNOTES_DATA_DIR./data/notes
configPORT
// 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 7 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/fieldernik-mcp-notes-s3r9g1)](https://m8ven.ai/mcp/fieldernik-mcp-notes-s3r9g1)
commit: 266462ad726777425593af727ad359fa750be7ed
code hash: 893240e1e8e9c6ea3799b3ec6d8a66e031df24591ce1c7613da6204fc7a91077
verified: 6/29/2026, 11:18:18 AM
view raw JSON →