# Enhanced Filesystem Mcp

> A high-performance MCP server for Windows 11 providing 28 advanced tools for filesystem automation, parallel search, and AI agent operations.

- **Type:** MCP server
- **Install:** `agentstack add mcp-aesirkode-enhanced-filesystem-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [AesirKode](https://agentstack.voostack.com/s/aesirkode)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [AesirKode](https://github.com/AesirKode)
- **Source:** https://github.com/AesirKode/enhanced-filesystem-mcp

## Install

```sh
agentstack add mcp-aesirkode-enhanced-filesystem-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Enhanced Filesystem MCP Server

[](https://github.com/AesirKode/enhanced-filesystem-mcp/actions/workflows/ci.yml)
[](https://nodejs.org)
[](#)
[](LICENSE)

High-performance [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server giving AI agents advanced filesystem and automation capabilities on Windows.

**26 tools** across file I/O, search, Git, process management, Ollama, HTTP, SSH, Windows UI automation, and more — all from a single server.

---

## Install

**Requirements:** Node.js >= 22 · Windows (for `windows_tool`; other tools are cross-platform)

```bash
git clone https://github.com/AesirKode/enhanced-filesystem-mcp
cd enhanced-filesystem-mcp
npm install
npm run build
```

### Connect to Claude Desktop

Add to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "enhanced-filesystem": {
      "command": "node",
      "args": ["C:/path/to/enhanced-filesystem-mcp/dist/index.js"],
      "env": {
        "ALLOWED_DIRS": "C:/Users/you/Projects",
        "MAX_PARALLEL": "20"
      }
    }
  }
}
```

---

## The Toolkit (26 Tools)

### File Operations
| Tool | Purpose |
| :--- | :--- |
| `efs_read` | Read any file with caching and pagination |
| `efs_write` | Write files of any size — no chunking |
| `efs_edit` | Surgical find/replace |
| `efs_list` | Directory listing with depth and pattern filters |
| `efs_info` | File metadata: size, type, timestamps |
| `efs_delete` | Delete files or directories |
| `efs_move` | Move or rename |
| `efs_search` | Parallel file/content search |
| `efs_batch` | Atomic multi-operation execution with rollback |
| `efs_git` | Git: status, diff, log, blame, commit |

### Execution & Process
| Tool | Purpose |
| :--- | :--- |
| `efs_exec` | Shell command execution |
| `efs_python` | Python with persistent sessions |
| `process_tool` | Service/GPU management + NVIDIA stats |

### AI & Integration
| Tool | Purpose |
| :--- | :--- |
| `ollama_tool` | Ollama LLM: generate, chat, pull, manage models |
| `http_tool` | HTTP client with auth, retry, file download |
| `json_tool` | Deep JSON with JSONPath queries |

### Utilities
| Tool | Purpose |
| :--- | :--- |
| `archive_tool` | Zip: create, extract, list, add |
| `hash_tool` | MD5 / SHA1 / SHA256 / SHA512 |
| `clipboard_tool` | System clipboard read/write |
| `download_tool` | Smart downloads from CivitAI, HuggingFace, URLs |
| `model_tool` | GGUF/Safetensors inspection without loading |
| `yaml_tool` | YAML/TOML config management |
| `diff_tool` | File and directory comparison |
| `windows_tool` | Windows UI automation: keyboard, mouse, screenshots |
| `analysis_tool` | TypeScript/JS code structure analysis |
| `ssh_tool` | SSH client with SFTP |

---

## Configuration

All settings via environment variables:

| Variable | Default | Description |
| :--- | :--- | :--- |
| `ALLOWED_DIRS` | *(none)* | Comma-separated allowed directories |
| `CACHE_SIZE` | `100` | LRU cache entries |
| `MAX_PARALLEL` | `20` | Max parallel operations |
| `MODELS_DIR` | `D:\Models` | Base path for `download_tool` auto-placement |

---

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md). Bug reports and feature requests welcome via [GitHub Issues](../../issues).

## License

MIT — [Aesir / David R.](LICENSE)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [AesirKode](https://github.com/AesirKode)
- **Source:** [AesirKode/enhanced-filesystem-mcp](https://github.com/AesirKode/enhanced-filesystem-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-aesirkode-enhanced-filesystem-mcp
- Seller: https://agentstack.voostack.com/s/aesirkode
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
