Back to Apps

MCP Prompts RS
by sparesparrow
Rust-based server for managing and retrieving AI prompts via the Model Context Protocol.
0 stars
Works in:claude
Exposes:ToolsPrompts
What it does
MCP Prompts RS provides a centralized system for storing, retrieving, and managing AI prompts. It supports template variables for runtime customization and offers multiple storage backends, including the local filesystem and PostgreSQL.
Tools
list_prompts: Retrieves all stored prompts.get_prompt: Fetches a specific prompt by ID.create_prompt: Stores a new prompt with name and content.update_prompt: Modifies an existing prompt.delete_prompt: Removes a prompt from storage.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-prompts-rs": {
"command": "cargo",
"args": ["run"],
"env": {
"STORAGE": "filesystem"
}
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
Add to mcpServers in claude_desktop_config.json using cargo run





