prompt-new-mcp
Related Servers
Alternatives to prompt-new-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides persistent memory and conversation continuity for Claude Desktop and Claude Code, allowing users to save and restore project context when threads hit token limits.MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.6 npm6MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables Claude Desktop to perform file operations like reading, writing, listing directories, and managing files through natural language commands.MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server for managing prompt templates as markdown files with YAML frontmatter, allowing users and LLMs to easily add, retrieve, and manage prompts.54 npm16MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.20 npm5MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that allows Claude Desktop to manage and execute tasks in a queue-based system, supporting planning, execution, and completion phases.10184 npm9MIT
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: 'list' retrieves existing prompts, while 'save' logs user messages. There is no overlap or ambiguity between these functions, making it easy for an agent to choose the correct tool based on the task.
Both tool names follow a simple, consistent verb-only pattern ('list' and 'save'), which is clear and predictable. There are no deviations in naming style, making the set easy to understand at a glance.
With only 2 tools, the server feels thin for a prompt management system. While 'list' and 'save' cover basic logging and retrieval, there are obvious gaps like updating, deleting, or searching prompts, which limits functionality for the domain.
The tool surface is severely incomplete for prompt management. It lacks essential operations such as update, delete, search, or get specific prompts, leaving agents unable to perform full CRUD workflows. The 'save' tool's mandatory use for logging also seems misaligned with typical prompt management tasks.