mcp-prompts-rs
If you are the rightful owner of mcp-prompts-rs 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.
A Rust-based server for managing AI prompts using the Model Context Protocol (MCP).
mcp-prompts-rs is a Rust implementation of a prompt management server that adheres to the Model Context Protocol (MCP), an open standard for connecting AI applications to data sources and tools. This project is a Rust rewrite of the original mcp-prompts TypeScript implementation. The server provides functionality for storing, retrieving, and managing AI prompts with support for template variables, categorization, and multiple storage backends.
Features
- Prompt Management: Create, retrieve, update, and delete prompts with categorization.
- Template Support: Create prompts with variables for runtime customization.
- Storage Backends: Support for file system and PostgreSQL storage options.
- API: RESTful endpoints with Server-Sent Events (SSE) for real-time updates.
- MCP Integration: Implements the Model Context Protocol for seamless integration with AI assistants like Claude.