Loading languages...
MC

mcp-filesystem-extended

@CyberT33N

Node.js server implementing Model Context Protocol (MCP) for filesystem operations.

filesystem
node.js
typescript
file management
directory operations

# 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

node C:\\Projects\\mcp\\server\\system\\files\\mcp-filesystem-extended\\dist\\index.js C:\\Projects
Transport:
stdio
語言:
TypeScript
創建時間:4/22/2025
更新時間:9/28/2025