Back to Home
sirius-cc-wu icon

mcp-md-notes

Verified Safe

by sirius-cc-wu

Overview

Serves local markdown documents in a read-only manner to an LLM via the Model Context Protocol.

Installation

Run Command
mdnotes

Environment Variables

  • NOTES_DIR

Security Notes

The server implements robust path sanitization using `_get_safe_path` to prevent path traversal attacks by ensuring all access is contained within the `NOTES_DIR`. It explicitly disallows absolute paths and checks if resolved paths start with the base directory. There are no `eval` calls, obvious obfuscation, or hardcoded secrets. File operations are read-only. The server runs locally by default, limiting network exposure.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-14

Tags

MarkdownNotes ManagementLLM IntegrationRead-onlyLocal Files