← Back to Plugins
MCP Server MCP

io.github.rclone-ui/rclone

github By github 👁 1 views ▲ 0 votes

MCP server for the Rclone RC API, with selectable toolsets.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "rclone-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Rclone RC daemon URL",
          "format": "string",
          "name": "RCLONE_URL"
        },
        {
          "description": "HTTP Basic Auth username",
          "format": "string",
          "name": "RCLONE_USER"
        },
        {
          "description": "HTTP Basic Auth password",
          "format": "string",
          "isSecret": true,
          "name": "RCLONE_PASS"
        },
        {
          "description": "Comma-separated list of toolsets to enable (default, all, or specific: core, config, operations, sync, jobs, vfs, mount, etc.)",
          "format": "string",
          "name": "RCLONE_TOOLSETS"
        },
        {
          "description": "Set to 1 to disable write tools",
          "format": "string",
          "name": "RCLONE_READ_ONLY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...