FogBugz MCP Server
FogBugz MCP サーバー
Claude などの言語学習モデル (LLM) を通じて FogBugz と対話するためのモデル コンテキスト プロトコル (MCP) サーバー。
概要
このサーバーにより、LLM は FogBugz に対して次のようなさまざまな操作を実行できます。
オプションの添付ファイル付きの新しい問題/ケースの作成
既存のケースの更新(プロジェクト、エリア、マイルストーン、優先度の変更)
特定のユーザーにケースを割り当てる
ユーザーのオープンケースの一覧表示
特定のケースへの直接リンクを取得する
さまざまな基準でケースを検索する
サーバーはモデル コンテキスト プロトコル (MCP)仕様を実装しており、MCP 互換の LLM クライアントで使用できます。
Related MCP server: Jira MCP Server
プロジェクトの背景
このプロジェクトは、OpenAIのo3-mini-highモデルの支援を受けて開始され、包括的な開発計画が作成されました(リポジトリのDEVELOPMENT-PLAN.mdを参照)。この計画では、TypeScriptでFogBugz MCPサーバーを構築するためのアーキテクチャ、ツール、実装の詳細が概説されています。
詳細な仕様は開発チームにとって青写真となり、プロジェクトの設計・計画の初期段階においてAIがどのように効果的に支援できるかを示しました。このプロジェクトは、AI支援開発の好例であると同時に、MCPプロトコルを通じてAIの能力を強化するツールでもあります。
インストール
# Install from npm
npm install -g fogbugz-mcp
# Or use directly with npx
npx fogbugz-mcp <fogbugz-url> <api-key>使用法
基本的な使い方
# 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発達
# 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 buildAPIエクスプローラー
このプロジェクトには、FogBugz API エンドポイントを直接テストするための API エクスプローラー ツールが含まれています。
# Run all API tests
npm run explore
# Run a specific test (by index)
npm run explore 0 # Run the first testMCPツール
このサーバーは、LLM 用に次の MCP ツールを提供します。
fogbugz_create_case- 新しい FogBugz ケースを作成するfogbugz_update_case- 既存のケースのフィールドを更新するfogbugz_assign_case- 特定のユーザーにケースを割り当てるfogbugz_list_my_cases- 特定のユーザーに割り当てられたケースを一覧表示するfogbugz_search_cases- クエリ文字列を使用してケースを検索するfogbugz_get_case_link- 特定のケースへの直接リンクを取得する
ライセンス
ISC
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceA 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.192526MIT
- AlicenseBqualityCmaintenanceA 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.5223MIT
- AlicenseBqualityFmaintenanceA Model Context Protocol server that enables LLMs to interact with Plane.so, allowing them to manage projects and issues through Plane's API for streamlined project management workflows.640MIT
- AlicenseAqualityCmaintenanceA 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.19241MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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