Back to directory
mcp-file-server

mcp-file-server

@abhishekloiwal7

An MCP server for reading and writing files from your local file system, providing file system access for AI assistants like Claude for Desktop.

file systemlocal filesdockertool

Installation & Configuration

{
  "mcpServers": {
    "file-server": {
      "command": "docker",
      "args": [
        "exec",
        "-i",
        "mcp-file-server",
        "python",
        "server.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/11
Updated
2026/6/7