restore
params: {id}.
How to use it
restore is exposed by the Warden MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the restore tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Warden
$
pip install -r requirements.txt # or: pip install . (for the warden command)Other tools in Warden (8)
get_routing
returns the routing configuration.
list
returns {mcpservers, skilldirs, migrations}.
migrate
params: {targets: {mcp, plugins, personalskills}, apply?}. This
register_mcp
params: {name, command, args?, env?}.
register_skill
params: {path}.
set_auto_start
params: {name, enabled?}. It marks a Skill to load at
set_routing
params: {mode?, priorityorder?, exclude?, rules?}. It
unregister
params: {kind: "mcp""skill", name}.