migrate
params: {targets: {mcp, plugins, personalskills}, apply?}. This
How to use it
migrate is exposed by the Warden MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the migrate 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}.
register_mcp
params: {name, command, args?, env?}.
register_skill
params: {path}.
restore
params: {id}.
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}.