Back to Skills

Filesystem

Verified

Safe, sandboxed access to local directories via MCP

file-accessreadwritesandboxed

Quick Inject

$armorer inject openclaw filesystem

About

Provides controlled file system access through the Model Context Protocol. Agents can read and write files within designated directories only. Armorer enforces path restrictions to prevent directory traversal attacks.

MCP Configuration

{
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-filesystem",
    "/Users/Shared"
  ]
}