Filesystem
Createdpunkpeye
Provides secure, read-only access to files within a specified directory using the Model Context Protocol (MCP).
About
Filesystem exposes files as MCP resources using the `file://` URI scheme, offering a secure, read-only interface. It enables file search capabilities through MCP tools, respects .gitignore patterns, and incorporates path traversal protection for enhanced security. MIME type detection is also included, and integration with Claude Desktop is supported via configuration files.
Key Features
- Exposes files as MCP resources using `file://` URI scheme
- Path traversal protection
- Provides file search capabilities through MCP tools
- MIME type detection
- Respects .gitignore patterns
- 6 GitHub stars
Use Cases
- Securely accessing files within Claude Desktop
- Providing a read-only filesystem interface for MCP
- Integrating local files into MCP workflows