A
licenseNot graded
qualityA
maintenanceEnables Claude to maintain a team knowledge base stored as markdown in a GitHub repository, with tools for search, edit, linking, and interactive views.
7 npm
2
AGPL 3.0
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: listing all documents, reading a specific document by ID, and searching across documents. No ambiguity.
All tool names follow the same verb_noun pattern in snake_case (list_handbook, read_handbook_doc, search_handbook), making them predictable and consistent.
Three tools is well-scoped for a handbook server, covering the essential operations without being overly minimal or excessive.
The tool set covers the full lifecycle expected for a read-only handbook: discover (list), retrieve (read), and search. No obvious gaps.