1. Conduid
  2. Developer Tools
  3. Enhance Prompt
MCP server · Developer Tools

Enhance Prompt

An MCP service for enhance you prompt.

Unclaimed MIT last commit a year ago devtools
50Fair

Scored 3 days ago · breakdown

About Enhance Prompt

Enhance Prompt is an MCP server published by FelixFoster in the Developer Tools category: an MCP service for enhance you prompt. It has been installed 0 times through Conduid.

The repository has 23 stars and 11 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-enhance-prompt

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Enhance Prompt

Powered by Claude · Grounded in docs

I know everything about Enhance Prompt. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.0.1v1.0.1 — MCP stdio transport fix · 28 Aug 2026Fixes #3 by reserving MCP stdio stdout exclusively for JSON-RPC messages. Highlights: Removes full request and response diagnostics from the tool handler. Prevents `invalid character 'r'` connection failures in stdio clients. Keeps…

README

PromptPilot - AI Prompt Guide & Enhancer

PromptPilot is an AI - powered web application designed to assist users in generating and enhancing prompts for various generative AI models. It offers a quick generation feature for simple needs and a unique conversational guide (Masterful Prompt Creator) for crafting high - quality, detailed prompts. This repository contains the codebase for PromptPilot.

✨ Features

This application focuses on two core functionalities:

  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.
  2. 🧠 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 # Replace with your actual repo URL
cd mcp-enhance-prompt

Step 2: Install Dependencies

Navigate into the relevant directories and install the dependencies.

npm install

Step 4: Build the Project

npm run build

Step 5: Run the Application

You have several options to run the application:

Option 1: Run Directly

node build/index.js

Option 2: Run with Docker

docker build -t enhance-prompt-server .
docker run -i --rm enhance-prompt-server

Option 3: Run with npx

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.

Please ensure your code follows the project's coding standards and include tests where appropriate.

📄 License

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

README mirrored from the source repository 3 days ago. The original is authoritative.

Questions

About Enhance Prompt

How do I install Enhance Prompt?

Run npx mcp-enhance-prompt, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Enhance Prompt safe to use with an AI agent?

Its trust score is 50 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Enhance Prompt still maintained?

Yes — the latest release is v1.0.1 (28 Aug 2026), and the last commit was a year ago. The repository has 23 stars and 0 open issues.