Self-hosted skill registry for agents

One MCP endpoint for thousands of skills.

Skill Vault lets agents discover the right skill on demand instead of carrying an ever-growing local skill library in context. Fetch the full SKILL.md only when it matters.

The problem: context bloat at skill scale

At 1,000–10,000 skills, an agent cannot keep every SKILL.md in active context. Even lightweight descriptions can exceed practical token limits (~500K tokens at 10k skills), which hurts quality and speed.

The solution

Wire one MCP server, semantically search for what you need, and fetch the full skill body only when it is relevant. This keeps prompts focused while preserving access to a large capability catalog.

Three differentiators

One MCP endpoint

Integrate once, then serve local and remote agent clients through one consistent Skill Vault MCP surface.

Per-agent private vaults

Each agent gets isolated personal skills alongside optional shared global skills, without cross-agent leakage.

Verified supply chain

Skill versions are content-addressed and trust-tiered so agents can verify integrity before execution.

Live endpoint

http://<your-host-or-ip>:8100/mcp

This instance is bound to a wildcard interface. Replace <your-host-or-ip> with your reachable host or IP when configuring remote clients.