Filesystem

Provides secure, controlled filesystem operations within a project's root directory, enabling safe file listing, reading, writing, and searching with robust path validation.

View Source
6 stars
0 tools
Created Aug 2025
@sylphxltd/sylphxltd-filesystem-filesystem-mcp

About

Provides secure, controlled filesystem operations within a project's root directory, enabling safe file listing, reading, writing, and searching with robust path validation.

Categories

general

Installation

npm

npm install @sylphxltd/sylphxltd-filesystem-filesystem-mcp

Configuration

{ "mcpServers": { "sylphxltd-filesystem-filesystem-mcp": { "command": "npx", "args": [ "-y", "@sylphxltd/sylphxltd-filesystem-filesystem-mcp" ] } } }