mcp-prompts
Manage, version, and reuse prompts across development workflows
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install mcp-prompts?โผ
Run `npx skills add sparesparrow/mcp-prompts --all -g -y` in your terminal to install all skills in this repository globally.
What does mcp-prompts do?โผ
It is an MCP server that stores, versions, and serves reusable prompts and agent templates, so your AI tools can query and reuse proven workflows instead of starting from scratch.
How does the self-improving learning loop work?โผ
Each script checks for previously saved tool configurations before running, applies them if found, and captures new successful settings afterward so repeated analyses get faster and more accurate.
Does mcp-prompts work with Claude Desktop and Cursor?โผ
Yes. It runs as a standard MCP server over stdio or HTTP and connects to Claude Desktop, Cursor, and any other MCP-compatible client.
Which storage backends are supported?โผ
You can use in-memory storage for development, local files for persistence, PostgreSQL, or AWS services like DynamoDB and S3, all selected with one environment variable.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core