Skip to main content
Glama
akari2600

FogBugz MCP Server

by akari2600

Servidor MCP de FogBugz

Un servidor de Protocolo de Contexto de Modelo (MCP) para interactuar con FogBugz a través de modelos de aprendizaje de idiomas (LLM) como Claude.

Descripción general

Este servidor permite a los LLM realizar varias operaciones en FogBugz, entre ellas:

  • Creación de nuevos problemas/casos con archivos adjuntos opcionales

  • Actualización de casos existentes (cambio de proyecto, área, hito, prioridad)

  • Asignar casos a usuarios específicos

  • Listado de casos abiertos de un usuario

  • Obtener enlaces directos a casos específicos

  • Búsqueda de casos por diversos criterios

El servidor implementa la especificación del Protocolo de contexto de modelo (MCP) , lo que permite que cualquier cliente LLM compatible con MCP lo utilice.

Related MCP server: Jira MCP Server

Antecedentes del proyecto

Este proyecto se inició con la ayuda del modelo o3-mini-high de OpenAI , que generó un plan de desarrollo integral (véase DEVELOPMENT-PLAN.md en el repositorio). El plan describió la arquitectura, las herramientas y los detalles de implementación para construir un servidor MCP de FogBugz en TypeScript.

La especificación detallada sirvió de modelo para el equipo de desarrollo, demostrando cómo la IA puede asistir eficazmente en las primeras fases del diseño y la planificación de proyectos. Este proyecto es tanto un ejemplo de desarrollo asistido por IA como una herramienta que mejora las capacidades de la IA mediante el protocolo MCP.

Instalación

# Install from npm
npm install -g fogbugz-mcp

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

Uso

Uso básico

# 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

Desarrollo

# 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

Explorador de API

El proyecto incluye una herramienta de exploración de API para probar los puntos finales de la API de FogBugz directamente:

# Run all API tests
npm run explore

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

Herramientas MCP

Este servidor proporciona las siguientes herramientas MCP para LLM:

  • fogbugz_create_case - Crea un nuevo caso de FogBugz

  • fogbugz_update_case - Actualizar los campos de un caso existente

  • fogbugz_assign_case - Asignar un caso a un usuario específico

  • fogbugz_list_my_cases - Lista de casos asignados a un usuario específico

  • fogbugz_search_cases - Busca casos usando una cadena de consulta

  • fogbugz_get_case_link - Obtener un enlace directo a un caso específico

Licencia

ISC

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.

  • The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.

  • The Telnyx MCP server is an official implementation of the Model Context Protocol that enables AI clients (like Claude Desktop, Cursor, and OpenAI Agents) to interact with Telnyx's telephony, messaging, and AI assistant APIs. It provides comprehensive capabilities including making and managing phone calls, sending SMS/MMS messages, purchasing and configuring phone numbers, creating AI assistants with custom instructions, managing cloud storage buckets, scraping and embedding website content, and handling integration secrets. The server exists as both a local implementation and a remotely hosted version, allowing developers to integrate real-world communication infrastructure directly into AI applications.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that enables Large Language Models to interact with ClickUp workspace tasks and data, allowing creation and retrieval of tasks through natural language.
    19
    252
    6
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    A Model Context Protocol server that provides integration with Jira, allowing Large Language Models to interact with Jira projects, boards, sprints, and issues through natural language.
    5
    22
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A Model Context Protocol server that enables large language models to interact with Linear's issue tracking system, allowing management of issues, projects, teams, and other Linear resources.
    19
    24
    1
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/akari2600/fogbugz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server