io.github.rclone-ui/rclone✓
io.github.rclone-ui/rclone · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.rclone-ui/rclone",
"description": "MCP server for the Rclone RC API, with selectable toolsets.",
"repository": {
"url": "https://github.com/rclone-ui/rclone-mcp",
"source": "github"
},
"version": "1.0.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}