mcp-prompt-server
128
The MCP Prompt Server is a tool designed to streamline task execution by providing preset prompt templates for activities such as code review and refactoring. These templates enhance productivity in editors like Cursor and Windsurf, offering dynamic customization and seamless integration options.
How do I add a new prompt template?
You can add a new prompt template by creating a YAML or JSON file in the src/prompts
directory with the required structure.
How can I reload the prompts without restarting the server?
Use the reload_prompts
tool to reload all preset prompts without restarting the server.
What editors are optimized for use with the MCP Prompt Server?
The server is optimized for use with editors like Cursor and Windsurf.
Can I modify existing prompt templates?
Yes, developers can freely modify existing prompt templates to suit their needs.
Is there a way to see all available prompt tools?
Yes, you can use the get_prompt_names
tool to retrieve all available prompt names.