mcp-prompts
If you are the rightful owner of mcp-prompts and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server for managing prompts and templates with project orchestration capabilities. Part of the Model Context Protocol ecosystem.
The MCP Prompts Server is a specialized server within the Model Context Protocol ecosystem designed to manage AI prompts and templates efficiently. It provides a robust framework for storing, retrieving, and applying templates for AI prompts, ensuring consistent prompting patterns across various AI applications. The server supports multiple storage backends, including file systems, PostgreSQL, and MDC format, allowing for flexible data management. It integrates seamlessly with other MCP servers, enabling advanced capabilities such as project orchestration, resource integration, and real-time updates through Server-Sent Events (SSE). The server is designed to be easily deployable using Docker, with configurations available for different environments, including development, production, and testing. It also supports integration with popular AI assistants like Claude, enhancing their functionality with structured prompt management.
Features
- Store and retrieve prompts
- Create and use templates with variables
- List prompts with filtering by tags
- Apply variables to templates
- Multiple storage backends (file system, PostgreSQL, and MDC format)
Tools
add_prompt
Add new tips
get_prompt
Get prompts by ID
update_prompt
Update existing prompts
list_prompts
List all tips
delete_prompt
Delete prompt via ID
apply_template
Apply variables to prompt template