FogBugz Issue Management Server – README | MCP Marketplace

✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

FogBugz MCP Server

A Model Context Protocol (MCP) server for interacting with FogBugz through Language Learning Models (LLMs) such as Claude.

Overview

This server allows LLMs to perform various operations on FogBugz including:

  • Creating new issues/cases with optional attachments
  • Updating existing cases (changing project, area, milestone, priority)
  • Assigning cases to specific users
  • Listing a user’s open cases
  • Getting direct links to specific cases
  • Searching for cases by various criteria

The server implements the Model Context Protocol (MCP) specification, allowing it to be used by any MCP-compatible LLM client.

Project Background

This project was initiated with the help of OpenAI’s o3-mini-high model, which generated a comprehensive development plan (see DEVELOPMENT-PLAN.md in the repository). The plan outlined the architecture, tools, and implementation details for building a FogBugz MCP server in TypeScript.

The detailed specification served as a blueprint for the development team, demonstrating how AI can effectively assist in the early phases of project design and planning. This project is both an example of AI-assisted development and a tool that enhances AI capabilities through the MCP protocol.

Installation

# Install from npm
npm install -g fogbugz-mcp

# Or use directly with npx
npx fogbugz-mcp <fogbugz-url> <api-key>

Usage

Basic Usage

# Run with command line arguments
fogbugz-mcp https://yourcompany.fogbugz.com your-api-key

# Or use environment variables
export FOGBUGZ_URL=https://yourcompany.fogbugz.com
export TEST_FOGBUGZ_API_KEY=your-api-key
fogbugz-mcp

Development

# Clone the repository
git clone https://github.com/yourusername/fogbugz-mcp.git
cd fogbugz-mcp

# Install dependencies
npm install

# Create a .env file with your FogBugz credentials
echo "FOGBUGZ_URL=https://yourcompany.fogbugz.com" > .env
echo "TEST_FOGBUGZ_API_KEY=your-api-key" >> .env

# Run API explorer to test FogBugz API
npm run explore

# Run the development version of the server
npm run dev

# Run tests
npm test

# Build the project
npm run build

API Explorer

The project includes an API explorer tool for testing FogBugz API endpoints directly:

# Run all API tests
npm run explore

# Run a specific test (by index)
npm run explore 0  # Run the first test

MCP Tools

This server provides the following MCP tools for LLMs:

  • fogbugz_create_case - Create a new FogBugz case
  • fogbugz_update_case - Update an existing case’s fields
  • fogbugz_assign_case - Assign a case to a specific user
  • fogbugz_list_my_cases - List cases assigned to a specific user
  • fogbugz_search_cases - Search for cases using a query string
  • fogbugz_get_case_link - Get a direct link to a specific case

License

ISC

FogBugz Issue Management Server

272

Project Details

Recomended MCP Servers

🧩
Harvest Time Tracking MCP Server

A collection of MCP servers.

Focus Data SQL Server
Focus Data SQL Server

A NL2SQL plugin based on FocusSearch keyword parsing, offering greater accuracy, higher speed, and more reliability!

Salesforce Pardot MCP Server by CData
Salesforce Pardot MCP Server by CData

This read-only MCP Server allows you to connect to Salesforce Pardot data from Claude Desktop through CData JDBC...

BrowserTools
BrowserTools

Monitor browser logs directly from Cursor and other MCP compatible IDEs.

🧩
Multi-Agent AWS Management Server

This is a simple App which showcases how google's A2A protocol works along with Anthropic's MCP protocol with...

🧩
MCP Crash Course Server

A pythom mcp SDK crash course

🧩
Solana Blockchain MCP Server

A Model Context Protocol server that facilitates interaction with the Solana blockchain, built using the Ping Agent Kit....

🧩
Google Calendar – No deletion

A Model Context Protocol server for Google Workspace integration (Gmail and Calendar)

🧩
Qase Test Management Server
🧩
AutoCAD Integration Server

这个项目是一个基于Model Context Protocol (MCP)的AutoCAD集成服务器,它允许通过自然语言与AutoCAD进行交互。通过这个服务器,用户可以使用Claude等大型语言模型来创建、修改和分析AutoCAD图纸,同时还可以存储和查询CAD元素的相关数据。目前制作参考学习,仅实现端到端之间的通信,具体工具函数尚未晚上

🧩
openapi-client-generator

A Model Context Protocol server for generating API clients with TypeScript.

🧩
spring-rs

🍃spring-rs is a microservice framework written in rust inspired by java's spring-boot

Featured Templates

View More
AI Characters
Sarcastic AI Chat Bot
128 1440
Verified Icon
AI Assistants
Speech to Text
134 1510
Verified Icon
AI Agents
AI Chatbot Starter Kit
1308 6081 5.0
AI Characters
Your Speaking Avatar
168 685
Customer service
AI-Powered Product List Manager
147 625
AI Assistants
AI Chatbot Starter Kit v0.1
130 667

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.