Book Guide MCP
Related Servers
Alternatives to Book Guide MCP
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 gradedqualityDmaintenanceAn MCP server that enables AI agents to dynamically create and reuse executable skills (Python functions) from natural language descriptions, with automatic skill crystallization and real-time MCP spec updates.42MIT
- AlicenseAqualityCmaintenanceAn MCP server that enables AI agents to compile, refine, and interlink knowledge into a persistent wiki, replacing RAG with structured, curated knowledge.1514 npm3MIT
- 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
- AlicenseNot gradedqualityCmaintenanceAn MCP server that gives AI agents a shared, living memory by distilling solved tasks into reusable, verifiable skills, enabling collective intelligence and reducing redundant inference.4 npmMIT
- AlicenseAqualityAmaintenanceA universal MCP server that enables any LLM or AI agent to access expert skills from your local filesystem.368 npm39MIT
TDQS
Scored across 20 tools
Most tools target distinct actions (list/start/next, search/cite, import_file/import_url), and the descriptions include helpful guidance on when to use each. A few pairs overlap in spirit—library_list and skill_status both summarize the library, and skill_search and skill_cite both return book text—but the purposes are still separable.
The prefixes library_, skill_, and tutor_ provide a clear domain structure, and names are uniformly snake_case. However, the action position varies (skill_open versus skill_framework_apply, skill_playbook_next versus skill_playbook_start), and some names are nouns rather than operations (skill_curriculum, skill_status, tutor_turn).
At 20 tools, the server is in the heavy 16-25 range, and several tools (library_reload, skill_status, skill_transfer_test) could arguably be folded into other workflows. The count is not unreasonable given the breadth of library management, playbooks, frameworks, and tutoring, but it feels borderline.
The surface covers import, discovery, search, citation, playbooks, frameworks, tutoring, grading, and curriculum, so the core loop is usable. But there is no way to remove or update an imported skill, and playbook/tutor sessions lack explicit end/abandon operations, leaving some lifecycle dead ends.