Prompt
byfiet-kyo
0Provides a Model Context Protocol (MCP) server for managing and serving custom prompts to Amazon Q.
概要
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