Skip to main contentDescription
Node.js server implementing Model Context Protocol (MCP) for filesystem operations. Provides comprehensive file and directory management with dynamic access control via Roots protocol.
Key Features
- 📁 Read/write files
- 📂 Create/list/delete directories
- 🔄 Move files/directories
- 🔍 Search files with glob patterns
- 📊 Get file metadata and directory trees
- 🔒 Dynamic directory access control via Roots
Codebase
This is a local MCP server that runs on your machine.
Source Code: /mcp_servers/local/filesystem/
GitHub Repository: https://github.com/Klavis-AI/klavis/tree/main/mcp_servers/local/filesystem
For detailed documentation, installation instructions, and usage examples, please refer to the README in the codebase.