Warden
UnclaimedOne MCP server that fronts many MCP servers + Skills behind a small tool set and routes to the best one, keeping an agent's context tiny. Migrate your Claude Code MCPs/skills behind it.
ai-agentsanthropicclaudeclaude-codecontext-managementllm-toolsmcpmcp-servermodel-context-protocolpython
Install
$
pip install -r requirements.txt # or: pip install . (for the warden command)Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (9)
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}.
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}.