MCPs/filesystem
2026-06-23 15:09:54 +02:00
..
Dockerfile feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
README.md feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00

filesystem-mcp

MCP server for filesystem operations (read, write, search files).

Source: @modelcontextprotocol/server-filesystem

Environment Variables

None required. Mount the directory you want to expose:

docker run -d \
  --name filesystem-mcp \
  -p 8114:8114 \
  -v /path/to/expose:/workspace \
  forgejo.corentic.eu/corentic/mcp-fleet-filesystem:latest

Tools

  • read_file — Read file contents
  • write_file — Write/create files
  • search_files — Search files by pattern
  • list_directory — List directory contents
  • get_file_info — File metadata