Loading languages...
FI

filesystem

@MVA-MCP-servers

No description provided.

filesystem
file-management
directory-operations
node.js

# mcpServer Config

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount",
        "type=bind,src=/Users/username/Desktop,dst=/projects/Desktop",
        "--mount",
        "type=bind,src=/path/to/other/allowed/dir,dst=/projects/other/allowed/dir,ro",
        "--mount",
        "type=bind,src=/path/to/file.txt,dst=/projects/path/to/file.txt",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

# stdio

npx -y @modelcontextprotocol/server-filesystem <allowed_directory_1> <allowed_directory_2>
Transport:
stdio
Langue:
TypeScript
Créé:4/28/2025
Mis à jour:4/28/2025