关于
Notion is a filesystem Model Context Protocol (MCP) server implementation designed for Claude. It enables Claude to interact with your file system, offering functionalities such as listing files using glob patterns, reading and writing file content, editing files with diff outputs, and securely deleting files. It prioritizes security with path normalization to prevent directory traversal attacks, ensuring a safe file manipulation environment.
主要功能
- Lists files with glob pattern matching
- Writes to files
- Deletes files
- Reads file contents
- Edits files with diff output
- Secure path normalization to prevent directory traversal attacks