MCP-Server-Tool-FileSystem

m-doughty/MCP-Server-Tool-FileSystem
★ 0 stars Raku File System Updated 6d ago
Root-confined filesystem tools for MCP::Server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-tool-file": {
      "command": "npx",
      "args": [
        "-y",
        "m-doughty/MCP-Server-Tool-FileSystem"
      ]
    }
  }
}