AutoVault
Related Servers
Alternatives to AutoVault
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP server that lets AI agents search, view, install, and validate skills from the skillhub registry through tool calls.MIT
- AlicenseNot gradedqualityDmaintenanceA powerful MCP server that brings the skills.sh ecosystem directly to your AI agents, enabling effortless discovery, installation, and management of skills.1MIT
- AlicenseAqualityAmaintenanceA self-hostable semantic skill registry for AI agents, providing searchable, versioned, and verified skills over a single MCP endpoint with per-agent private vaults and trust tiers.7Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA production-ready MCP server that equips AI agents with dynamic, persistent, and executable skills. It enables secure script execution and progressive disclosure to reduce context window usage.7 npmMIT
- AlicenseAqualityAmaintenanceA universal MCP server that enables any LLM or AI agent to access expert skills from your local filesystem.368 npm39MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for SkillDB that enables AI assistants to search, load, and manage AI agent skills directly.51 npmMIT
TDQS
Scored across 7 tools
Each tool targets a distinct lifecycle action—get, add, propose, update, delete, bulk import, and update checking—with clear boundaries. Even the similar add_skill and propose_skill are explicitly separated by whether the skill is sourced from an existing location or newly authored.
Most tools follow a consistent verb_noun pattern with snake_case: get_skill, add_skill, update_skill, delete_skill, propose_skill. bulk_import and check_updates deviate slightly from the *_skill suffix but still use the same imperative style and are immediately understandable.
Seven tools is well-scoped for a skill vault server. Each tool covers a meaningful operation without redundancy, and the count is neither bloated nor too thin.
The toolset covers the full skill lifecycle: create/add, read/search, update, delete, and upstream change detection. A minor gap is the lack of a dedicated list/export tool, though get_skill with a query and alternates partially covers discovery.