A
licenseNot graded
qualityC
maintenanceMCP server that lets MCP clients inspect, create, update, and deploy ChatGPT Sites through a local Codex installation.
1
MIT
No user-submitted related servers found.
Scored across 7 tools
Each tool targets a distinct concept: memory vs secret, different retrieval methods (prefetch vs search), health check, categories. No overlap confuses selection.
All tools follow snake_case verb_noun pattern (create_memory, create_secret, list_categories, etc.) with consistent naming conventions.
7 tools cover the core functionalities of memory and secret management without bloat, appropriate for the server's purpose.
Missing update/delete operations for both memories and secrets, and no explicit list or get tool for single memories or secrets. Gaps may impede full lifecycle management.