A
licenseNot graded
qualityC
maintenanceMCP server for PromptHub. Enables publishing, fetching, listing, updating, and searching prompt repositories from Claude Code or Codex.
1 npm
MIT
No user-submitted related servers found.
Scored across 6 tools
Every tool targets a distinct action on either blueprints or hierarchies, with no overlap in purpose. The operations are clearly separated by resource type.
All tool names follow the verb_noun pattern using snake_case consistently. The pattern is predictable across all six tools.
Six tools is well-scoped for managing two resources (blueprints and hierarchies). Each tool serves a clear purpose without unnecessary duplication.
Blueprints have create, delete, update, and search, but no individual get/read tool. Hierarchies have create and delete but lack update and search. These are notable gaps that could cause agent failures.