Back to Home
ateska icon

markdown-notes-mcp

Verified Safe

by ateska

Overview

Enables AI assistants to manage Markdown notes and images through the Model Context Protocol (MCP).

Installation

Run Command
docker run -it -v$(pwd)/etc:/conf:ro -p 8898:8898 --rm markdown-notes-mcp

Security Notes

The server implements robust path normalization (`normalize_note_path`) to prevent directory traversal attacks, ensuring all file system operations (CRUD for notes and directories, image uploads) are constrained within the designated tenant-specific notes directory. Input parameters for file and directory names are sanitized using `os.path.basename`. No 'eval' or similar dangerous functions are used, and no hardcoded secrets are evident. File operations like `os.remove` and `shutil.rmtree` are controlled by these safe path handling mechanisms.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2026-01-12

Tags

MCPAI assistantsMarkdownDocument ManagementASAB Framework