Back to directory
0kenx/filesystem-mcp

0kenx/filesystem-mcp

@0kenx

A Python server implementing Model Context Protocol (MCP) for secure filesystem operations.

filesystemfile-managementmcppythondockersecuritygittool

Installation & Configuration

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

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13