EP

Enhance Prompt

Created 5 months ago

AI-powered web application for generating and enhancing prompts for generative AI models.

development documentation public

What is Enhance Prompt?

An MCP service for enhance you prompt.

Documentation

PromptPilot

Features

  1. Quick Prompt Generation:
  • Accepts a simple keyword or short phrase from the user.
  • Leverages AI to generate one or more basic, ready-to-use prompts based on the input.
  • Ideal for users needing a fast starting point.
  1. Guided Q&A Prompt Enhancement:
  • Provides an interactive, chat-like interface.
  • Guides the user through a series of questions using AI.
  • Helps users articulate and refine their requirements in detail.
  • Generates a comprehensive, high-quality prompt based on the guided conversation.
  • Aims to significantly improve the relevance and quality of AI outputs.

Getting Started# Prerequisites

  • Node.js and npm (or yarn) for frontend/backend (depending on your tech stack)
  • Docker and Docker Compose (optional, but recommended for easier setup)

Step 1: Clone the repository

 git clone https://github.com/FelixFoster/mcp-enhance-prompt
 cd mcp-enhance-prompt

Step 2: Install Dependencies

 npm install

Step 4: Build the Project

 npm run build

Step 5: Run the Application## Option 1: Run Directly

 node build/index.js
```\n\n#### Option 2: Run with Docker
```bash
 docker build -t enhance-prompt-server .
docker run -i --rm enhance-prompt-server
```\n\n#### Option 3: Run with npx
```bash
 npx -y enhance-prompt-server

Step 6: Access the Application

Open your web browser and navigate to the address where your frontend application is served (e.g., http://localhost:9593/rest).

Troubleshooting

  • Backend Logs: Check the console logs of your backend process for error messages.
  • Network Issues: Ensure your backend is running on the correct port and that there are no firewall issues blocking access. If using Docker, verify port mappings.
  • Dependencies: Make sure all project dependencies were installed successfully.

Contributing

Contributions are welcome! If you'd like to contribute to PromptPilot, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'feat: Add new feature X').
  5. Push to the branch (git push origin feature/your-feature).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Server Config

{
  "mcpServers": {
    "enhance-prompt-server": {
      "command": "npx",
      "args": [
        "enhance-prompt"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Felix Foster
Category: community
License: MIT License
Tags:
development documentation public