FilesystemVerified

Category: system

Read and write local files with scoped paths.

Install

Method: npx

npx -y @modelcontextprotocol/server-filesystem

Set allowed paths in args.

This skill does not require environment variables.

Default Configuration

{
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-filesystem",
    "/path/to/project"
  ],
  "env": {},
  "disabled": false
}