get_routing
returns the routing configuration.
How to use it
get_routing is exposed by the Warden MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_routing 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)
list
returns {mcpservers, skilldirs, migrations}.
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}.