Mcp-file-system-server

prynswho/Mcp-file-system-server
★ 0 stars Python File System Updated 4d ago
a mcp file system server for my agentic workflow project
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-file-system-serv": {
      "command": "uvx",
      "args": [
        "mcp-file-system-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-file-system-server