list
returns {mcpservers, skilldirs, migrations}.
How to use it
list is exposed by the Warden MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the list 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.
migrate
params: {targets: {mcp, plugins, personalskills}, apply?}. This
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}.