FogBugz MCP サーバー
Claude などの言語学習モデル (LLM) を通じて FogBugz と対話するためのモデル コンテキスト プロトコル (MCP) サーバー。
概要
このサーバーにより、LLM は FogBugz に対して次のようなさまざまな操作を実行できます。
- オプションの添付ファイル付きの新しい問題/ケースの作成
- 既存のケースの更新(プロジェクト、エリア、マイルストーン、優先度の変更)
- 特定のユーザーにケースを割り当てる
- ユーザーのオープンケースの一覧表示
- 特定のケースへの直接リンクを取得する
- さまざまな基準でケースを検索する
サーバーはモデル コンテキスト プロトコル (MCP)仕様を実装しており、MCP 互換の LLM クライアントで使用できます。
プロジェクトの背景
このプロジェクトは、OpenAIのo3-mini-highモデルの支援を受けて開始され、包括的な開発計画が作成されました(リポジトリのDEVELOPMENT-PLAN.mdを参照)。この計画では、TypeScriptでFogBugz MCPサーバーを構築するためのアーキテクチャ、ツール、実装の詳細が概説されています。
詳細な仕様は開発チームにとって青写真となり、プロジェクトの設計・計画の初期段階においてAIがどのように効果的に支援できるかを示しました。このプロジェクトは、AI支援開発の好例であると同時に、MCPプロトコルを通じてAIの能力を強化するツールでもあります。
インストール
使用法
基本的な使い方
発達
APIエクスプローラー
このプロジェクトには、FogBugz API エンドポイントを直接テストするための API エクスプローラー ツールが含まれています。
MCPツール
このサーバーは、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
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
言語学習モデルが FogBugz と対話できるようにし、問題の作成と更新、ケースの割り当て、オープンケースの一覧表示、自然言語による検索などの操作を可能にするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.Last updated -1101TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.Last updated -110MIT License
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact with databases (currently MongoDB) through natural language, supporting operations like querying, inserting, deleting documents, and running aggregation pipelines.Last updated -TypeScriptMIT License
- -securityAlicense-qualityA 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.Last updated -664TypeScriptMIT License