关于
This MCP server empowers Amazon Q users to leverage custom prompts by managing and serving markdown files stored locally. It reads `.md` files from a designated directory (`~/.aws/amazonq/prompts/`), automatically detects new prompts, and serves their content to Amazon Q's MCP client. This allows developers and users to define personalized behaviors and responses for Amazon Q, enhancing its utility and tailoring it to specific workflows or domains.
主要功能
- List available custom prompts
- Retrieve the content of specific prompts
- Supports `prompts/list` and `prompts/get` MCP requests
- Automatically detect `.md` files as prompts
- Remove YAML front matter from prompt files
- 0 GitHub stars
使用案例
- Define and use custom conversational prompts with Amazon Q
- Manage a local repository of reusable prompts for AI interactions
- Integrate bespoke prompt definitions with Amazon Q's Model Context Protocol client