BugForge Server
FreeNot checkedEnables transforming raw bug notes into structured defect reports (Summary, Steps, Expected vs Actual, Priority) via a prompt template.
About
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.
- Initialize the Environment:
uv init --app - 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.
Open your Claude config file at:
~/Library/Application Support/Claude/claude_desktop_config.jsonAdd 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:
- Restart Claude Desktop completely.
- Click the
+(plus) icon on your message text input line. - Select Connectors.
- Navigate to Add from qa-prompt-server ➔ Select Defect Summary Generator.
- 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!
Installing BugForge Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/proGabby/bugforge-mcp-serverFAQ
Is BugForge Server MCP free?
Yes, BugForge Server MCP is free — one-click install via Unyly at no cost.
Does BugForge Server need an API key?
No, BugForge Server runs without API keys or environment variables.
Is BugForge Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install BugForge Server in Claude Desktop, Claude Code or Cursor?
Open BugForge Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare BugForge Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
