skills-manager-mcp
Related Servers
Alternatives to skills-manager-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceManages .ai/ workspace folder, syncs assets with a cloud service, and generates environment-specific bootstrap files for AI context management.12MIT
- AlicenseNot gradedqualityAmaintenanceProvides a local-first AI workspace for chatting, invoking skills, managing projects, and integrating MCP tools, with all data stored on the user's machine.2Apache 2.0
- FlicenseNot gradedqualityCmaintenanceA local-first MCP control-plane core that gives AI agents persistent project context through workspace registration, reusable skill routing, and health guardians over stdio.2,487 npm-
- FlicenseNot gradedqualityAmaintenanceManages skills and profiles on disk and probes companion tools (bob, cortex, mcphub, etc.) over stdio MCP, enabling library operations and stack readiness checks.-

Nouva MCP Serverofficial
FlicenseNot gradedqualityAmaintenanceCentralized repository for modular, portable skills and memory, enabling AI agents and IDEs to access personalized tools and memory via stdio or SSE transport.1-- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to securely inspect, modify, and manage local projects with trusted filesystem access, safe Git operations, controlled task execution, and developer runtime process management over stdio or HTTP.3Apache 2.0
TDQS
Scored across 7 tools
Each tool targets a distinct operation (inspect, bootstrap, sync, install, list, check, remove). There is minor overlap between sync_skills and install_skills as both can install missing skills, but their descriptions clarify different scopes (personal collection vs config-based).
All tool names follow a consistent verb_noun pattern in snake_case (e.g., get_workspace_info, list_installed_skills, remove_skills). This makes the set predictable and easy to navigate.
The 7 tools are well-scoped for a skills manager, covering setup, synchronization, installation, listing, checking, removal, and diagnostics. Each tool earns its place without redundancy or bloat.
The tool set covers the core skill-management lifecycle: bootstrap, sync, install, list, check, and remove. A minor gap is the absence of a way to inspect individual skill contents, but the existing surface handles the primary workflows effectively.