Local MCP tools for filesystem operations, file search, process control, interactive sessions, and recoverable deletion.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Ellmos Filecommander MCP.
fc_read_fileRead file contents with optional line limit
fc_preview_fileInspect MIME type and size first, then explicitly request bounded inline MCP content
fc_read_multiple_filesRead up to 20 files in a single call
fc_write_fileWrite/create/append to files
fc_edit_fileLine-based editing (replace, insert, delete lines)
fc_str_replaceReplace a unique string in a file with context validation
ellmos-ai/ellmos-filecommander-mcp MCP server gives an MCP-compatible AI client access to local filesystem and operating-system actions. Its tools cover file reading and writing, line-based edits, unique-string replacement, directory management, copying, moving, deletion, metadata inspection, and file search.
The server also exposes process controls and interactive sessions. An agent can execute a shell command with a timeout, start a background process, inspect or terminate processes, and open sessions for interactive programs such as Python, Node.js, or a shell. Session output can be read and input can be sent through separate tools.
Deletion has two paths: direct deletion tools can permanently remove files or directories, while fc_safe_delete moves an item to the platformβs Recycle Bin or Trash for recovery. The listed tools also include JSON repair for common formatting issues such as byte-order marks, trailing commas, comments, and single quotes.
ellmos-ai/ellmos-filecommander-mcp MCP server communicates through standard stdio using JSON-RPC. Tool names use the fc_ prefix. The README states that the package contains 50 tools, while the supplied tool list describes filesystem operations, search, process management, sessions, and JSON repair in detail.
Search can be performed synchronously with wildcard filename patterns or as a background job. Background searches return immediately and can later be queried, paginated, stopped, listed, or cleared. Content search is read-only and operates on an explicit ordered file list, with literal or regular-expression matching and configurable case, context, global, and per-file limits.
The project describes support for Windows, macOS, and Linux. Its move operation is documented as cloud-lock safe, including a copy-and-delete fallback for some sync-directory rename failures.
The repository publishes an npm package named ellmos-filecommander-mcp and requires Node.js 20 or newer. A stdio MCP client can run the package with:
No API key or external service credential is identified in the supplied material. The server is intended to run locally. The README describes explicit network egress for a web-fetch capability, but that capability is not included in the supplied tool list; do not assume network access is needed for the filesystem, process, search, or session tools.
ellmos-ai/ellmos-filecommander-mcp MCP server can modify local data and execute shell commands, so client permissions and agent behavior should be considered before enabling it. Direct deletion is permanent; use fc_safe_delete or the projectβs safety-mode behavior when recovery is important. Background searches require separate result retrieval and cleanup calls. The supplied material does not define a path allowlist, sandbox, authentication layer, or configurable environment variables, so those controls should not be assumed.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ellmos-ai-ellmos-filecommander-mcp)<a href="https://allmcps.com/mcp/ellmos-ai-ellmos-filecommander-mcp"><img src="https://allmcps.com/api/badge/ellmos-ai-ellmos-filecommander-mcp?style=directory" alt="Ellmos Filecommander MCP on AllMCPs" /></a>