mcp-filesystem-server

mcp-filesystem-server

315

The MCP Filesystem Server provides secure file system operations via the Model Context Protocol. It features directory access, file manipulation tools, and supports integrations with Docker and Go projects.

mcp-filesystem-server
{
  "mcpServers": {
    "filesystem": {
      "command": "mcp-filesystem-server",
      "args": [
        "/path/to/allowed/directory",
        "/another/allowed/directory"
      ]
    }
  }
}
docker
{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mark3labs/mcp-filesystem-server:latest",
        "/path/to/allowed/directory"
      ]
    }
  }
}