fs

January 23, 2026 ยท View on GitHub

An example plugin that implement filesystem operations.

Usage

{
  "plugins": [
    {
      "name": "fs",
      "path": "oci://ghcr.io/hyper-mcp-rs/fs-plugin:latest",
      "runtime_config": {
        "allowed_paths": ["/tmp"]
      }
    }
  ]
}