A reimagined MCP server for filesystem access, featuring privacy-preserving path aliases and an optimized LLM-friendly API.
Loading more......
Provides file search functionality within filesystems, returning detailed metadata for discovered files based on path fragments.
An MCP server for local file and directory management, pattern matching, and workflow automation via AI. Essential for automating file operations in development environments.
A comprehensive MCP (Model Context Protocol) server for file system operations, providing AI assistants with access to local files and directories.
An MCP server allowing AI assistants to perform filesystem operations like reading, writing, listing, moving files, and searching directories within allowed paths. Multiple implementations exist in different languages, all providing secure, controlled access to local filesystems via MCP.
A file merger tool MCP server, designed to help with AI chat length limits and efficient file management.
An MCP server dedicated to parsing files for Claude Desktop, requiring a 302AI API key, showcasing the extensibility of MCP servers for file parsing and desktop application integration.
A reimagined Model Context Protocol (MCP) server for filesystem access with privacy-preserving path aliases and an optimized API designed for large language models (LLMs) and AI assistants.
code/src/main.js instead of /Users/yourusername/projects/src/main.js).writeFile: Create or update a file with specific content.readFileContent: Read the contents of a file.editFile: Make targeted changes to portions of a file.manageFile: Move, rename, copy, or delete a file.manageFolder: Create, rename, or delete a folder.searchFilesAndFolders: Search for files and folders using glob patterns.