
Skills.rs
by labiium
Unified MCP server that aggregates multiple upstream servers and high-level skills into a single, sandboxed registry.
What it does
Skills.rs acts as a meta-registry for the Model Context Protocol, aggregating tools from multiple upstream servers and managing 'Skills' (sets of agent instructions). It implements progressive disclosure to reduce token consumption by loading skill content on-demand and provides robust sandboxing for tool execution.
Tools
search- Fast discovery over the unified registry of tools and skills.schema- Fetch full schema and signature for a specific callable.exec- Execute a tool or skill with validation and policy enforcement.manage- Unified lifecycle management for creating, updating, and deleting skills.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"skills-rs": {
"command": "skills",
"args": ["server", "stdio"],
"env": {}
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo install --git https://github.com/labiium/skillsInformation
- Pricing
- free
- Published
- 5/10/2026
- stars





