promptz.dev MCP Server
Access prompts from promptz.dev directly within Amazon Q Developer.
This MCP server allows to access prompts from the promptz.dev API without copy-pasting, reducing context switching and friction in your development workflow.
Features
The promptz.dev MCP Server provides two main capabilities:
- Prompts - Executable functions to search and execute prompts.
- Rules - Executable functions to search for project rules and by integrating with other tools adding/updating them in your workspace.
Example Usage
Once the server is connected to Amazon Q Developer, you can use it with natural language like:
- "Search for CLI prompts about JavaScript"
- "Show me the prompt called 'React Component Documentation'"
- "Use the React Component Documentation prompt to improve my documentation"
- "Find project rules for CDK Development"
- "Add the CDK Project Structure project rule to my workspace"
Installation
Step 1: Get API Credentials
- Navigate to https://promptz.dev/mcp
- Copy the MCP settings like API Key, API URL or the sample MCP configuration snippet.
Step 2: Install the MCP Server
Open the Amazon Q Developer MCP client settings file located at ~/.aws/amazonq/mcp.json
Option 1: Using npx (Recommended)
The easiest way to use the server is with npx, which doesn't require installation:
- Add the following configuration to your Amazon Q Developer MCP client's settings file:
Option 2: Local Installation
- Clone the repository:
- Install dependencies and build:
- Add the following configuration to your MCP client's settings file:
Troubleshooting
If you encounter issues with the server:
- Check that your API credentials are correct
- Ensure the server is properly configured in your MCP client
- Look for error messages in the logs located ad
~/.promptz/logs/mcp-server.log
- Use the MCP Inspector for debugging:
The Inspector will provide a URL to access debugging tools in your browser.
Development
For those who want to contribute or modify the server:
Security Considerations
- This server only provides read access to prompts and does not implement any write operations
- API credentials are stored in your MCP client's configuration file
- All communication with the promptz.dev API is done via HTTPS
- The server logs to a file in your home directory (~/.promptz/logs/mcp-server.log)
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
AI 어시스턴트가 복사-붙여넣기 없이 promptz.dev API에서 프롬프트에 액세스할 수 있도록 하여 개발 워크플로에서 컨텍스트 전환을 줄입니다.
Related MCP Servers
- -securityAlicense-qualityA code ingestion tool that transforms your code into AI-optimized prompts instantly. Gather the relevant context with code2prompt under the hood. Learn more at code2prompt.devLast updated -6,455MIT License
- AsecurityAlicenseAqualityProvides pre-defined prompt templates for AI assistants to generate comprehensive plans for TypeScript projects, API architectures, and GitHub workflows.Last updated -2MIT License
- -securityAlicense-qualityServes prompt templates through a standardized protocol for transforming basic user queries into optimized prompts for AI systems.Last updated -5Apache 2.0
- AsecurityAlicenseAqualityA lightweight server that provides curated, high-quality prompts for common development tasks like UI/UX design, project setup, and debugging to enhance AI-powered development workflows.Last updated -60MIT License