🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@infoinlet/mcp-filesystem

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infoinlet/mcp-filesystem

Hardened filesystem access for AI agents — jailed to an allowed root, read-only by default, path-traversal + symlink-escape protected. MCP server.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@infoinlet/mcp-filesystem

Hardened filesystem access for AI agents — read_file, list_dir, stat, search_files, and write_file (opt-in). Everything is jailed to FS_ROOT: path-traversal (../) and symlink-escape are blocked, and it's read-only by default (FS_WRITE_ALLOWED=true to enable writes). That hardening is the difference from generic filesystem servers.

{ "mcpServers": { "fs": { "command": "npx", "args": ["-y", "@infoinlet/mcp-filesystem"], "env": { "FS_ROOT": "/srv/project" } } } }

FAQs

Package last updated on 29 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts