Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

BugForge Server

БесплатноНе проверен

Enables transforming raw bug notes into structured defect reports (Summary, Steps, Expected vs Actual, Priority) via a prompt template.

GitHubEmbed

Описание

Enables transforming raw bug notes into structured defect reports (Summary, Steps, Expected vs Actual, Priority) via a prompt template.

README

A Model Context Protocol (MCP) server that exposes a Defect Summary Generator prompt template. It helps turn raw, messy bug notes into structured defect reports (Summary, Steps, Expected vs Actual, and Priority) using an AI client.

Quick Setup

This project uses uv for isolated Python dependencies and execution speed.

  1. Initialize the Environment:
    uv init --app
    
  2. Add Dependencies:
    uv add mcp
    

Running & Testing

To simulate an AI assistant connecting to this prompt server over Stdio, we have a included test client script:

uv run client_test.py

This script spawns the server as a background process, queries the available prompt templates, fills in sample arguments, and displays the template instructions received back from the server.

Connecting to Claude Desktop

To use this prompt directly from your Claude Desktop interface, you can add it to your configuration.

  1. Open your Claude config file at: ~/Library/Application Support/Claude/claude_desktop_config.json

  2. Add the "qa-prompt-server" connection inside "mcpServers".

( Note: Make sure to replace with your absolute user path since Desktop apps don't load your shell profile by default!)

{
  "mcpServers": {
    "qa-prompt-server": {
      "command": "path/to/uv",
      "args": [
        "--directory", 
        "path/to/your/project", 
        "run", 
        "mcp_server.py"
      ]
    }
  }
}

How to use in Claude:

  1. Restart Claude Desktop completely.
  2. Click the + (plus) icon on your message text input line.
  3. Select Connectors.
  4. Navigate to Add from qa-prompt-server ➔ Select Defect Summary Generator.
  5. Fill in your bug description, click the confirmation button (like Add to chat) to attach it, then hit the main Send button to see the structured output!

from github.com/proGabby/bugforge-mcp-server

Установка BugForge Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/proGabby/bugforge-mcp-server

FAQ

BugForge Server MCP бесплатный?

Да, BugForge Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для BugForge Server?

Нет, BugForge Server работает без API-ключей и переменных окружения.

BugForge Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить BugForge Server в Claude Desktop, Claude Code или Cursor?

Открой BugForge Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare BugForge Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development