Loading languages...
0K

0kenx/filesystem-mcp

@0kenx

No description provided.

filesystem
mcp-server
python
docker
secure-operations

# mcpServer Config

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount",
        "type=bind,src=/path/to/your/directory,dst=/projects",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

# stdio

docker run -i --rm --mount type=bind,src=/path/to/your/directory,dst=/projects mcp/filesystem /projects
Transport:
stdio
Language:
Python
Created:3/27/2025
Updated:3/28/2025