ellmos FileCommander MCP Server
🇩🇪 Deutsche Version Part of the ellmos-ai family. Its 40 documented tools cover file, directory, files, process. It runs locally over stdio via the published package.
People who work with file, directory and files and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-13 · ★ 4 · #7 OF 41 MAINTAINED FILESYSTEM · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install ellmos FileCommander
Claude Code
claude mcp add ellmos-ai-ellmos-filecommander-mcp -- npx -y ellmos-filecommander-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"ellmos-ai-ellmos-filecommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-filecommander-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package ellmos-filecommander-mcp - unscoped; check the name against the project README before installing
registry namespace io.github.ellmos-ai is GitHub-verified and matches the repo owner
03 · What ellmos FileCommander can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can read file contents with optional line limit, read up to 20 files in a single call, replace a unique string in a file with context validation, and list directory contents (recursive, configurable depth).
Capability map
Tools grouped from the project's README - what ellmos FileCommander lets an agent do.
File
7 tools - e.g. Read file contents with optional line limit; Inspect MIME type and size first, then explicitly request bounded inline MCP content; Write/create/append to files
fc_read_file · fc_preview_file · fc_write_file · fc_edit_file · fc_delete_file · fc_file_info…
Directory
3 tools - e.g. List directory contents (recursive, configurable depth); Create directories (including parents); Delete a directory (with optional recursive flag)
fc_list_directory · fc_create_directory · fc_delete_directory
other
3 tools - e.g. Move or rename files and directories (cloud-lock safe); Start a background search (returns immediately); Cancel a running search
fc_move · fc_start_search · fc_stop_search
Fix
2 tools - e.g. Repair broken JSON (BOM, trailing commas, comments, single quotes); Fix Mojibake / double-encoded UTF-8 (27+ character patterns)
fc_fix_json · fc_fix_encoding
Multiple
1 tool - e.g. Read up to 20 files in a single call
fc_read_multiple_files
Str
1 tool - e.g. Replace a unique string in a file with context validation
fc_str_replace
Safe
1 tool - e.g. Move to Recycle Bin / Trash (recoverable!)
fc_safe_delete
Copy
1 tool - e.g. Copy files and directories
fc_copy
Latest releases
v1.9.3 · 2026-07-23
[1.9.3] - 2026-07-24 · Fixed · Correct FileCommander (46) and CodeCommander (22) tool counts in the ecosystem family table; counts now verified against the live MCP tools/list surface. · Align the McpServer runtime…
v1.9.2 · 2026-07-23
[1.9.2] - 2026-07-24 · Changed · Unified the ellmos-ai ecosystem section in README.md and README_de.md: full 9-server MCP family table with refreshed tool counts, AI infrastructure, and desktop software links.…
v1.9.1 · 2026-07-06
Security patch: hardens fc_web_fetch link/text sanitization, resolving 5 CodeQL high code-scanning alerts. · js/double-escaping: & is unescaped last, so a produced & cannot be re-read as the start of another entity…
04 · Who maintains ellmos FileCommander
ellmos FileCommander is maintained by ellmos-ai. We track 9 MCP servers from ellmos-ai - 9 actively maintained, 16 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from ellmos-ai.
05 · Facts
- category
- filesystem - ranked #7 of 41 actively-maintained filesystem servers as of 2026-09-18.
- release cadence
- 3 releases in the last 90 days (latest 2026-07-23)
- registry
- io.github.ellmos-ai/ellmos-filecommander-mcp (active, first published 2026-07-24)
- packages
- npm:ellmos-filecommander-mcp
06 · ellmos FileCommander FAQ
Is ellmos FileCommander still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-13 and it shipped 3 releases in the last 90 days. We re-verify nightly.
What can ellmos FileCommander do?
With this server connected, an agent can read file contents with optional line limit, read up to 20 files in a single call, replace a unique string in a file with context validation, and list directory contents (recursive, configurable depth).
How do I install ellmos FileCommander?
Run `npx -y ellmos-filecommander-mcp`. You can also paste the ready-made client config above.
Does ellmos FileCommander run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to ellmos FileCommander
Alternatives to ellmos FileCommander
Maintained filesystem servers if ellmos FileCommander isn't the fit.
- Server Filesystem MCP server for filesystem access ★ 39,038 · 2026-09-11
- Directory A directory of product launch platforms: where your product qualifies and how each form is filled. ★ 297 · 2026-08-19
- Pdf MCP Agentic RAG over one PDF or a whole folder: hybrid search, selective page reads, tables, OCR. ★ 135 · 2026-09-17
- Remote Filesystem MCP server for remote filesystem operations on cloud storage (Google Cloud Storage). ★ 80 · 2026-08-30
- Keibi Drop Give two agents on two machines the same encrypted folder. P2P, no cloud, only read bytes move. ★ 60 · 2026-09-16
- V8 Run JavaScript and TypeScript in sandboxed V8 isolates with policy-controlled host capabilities. ★ 57 · 2026-09-08
More filesystem MCP servers · Memory Fabric · cv.json - open CV data · SSH MCP · Humanpen MCP
More TypeScript MCP servers · Elnora MCP Server · Emailens MCP · Source Library · Emilia Protocol · En Convert · see all