バックログMCPサーバー
Backlog API を統合した MCP サーバー実装。
ツール
プロジェクトAPI
バックログ取得プロジェクト
ページ区切りとフィルタリングを使用してプロジェクトを実行する
バックログ取得プロジェクト
プロジェクトIDまたはキーを使用してプロジェクト取得を実行する
問題API
バックログ取得問題
ページ区切りとフィルタリングで問題解決を実行する
バックログ取得問題
問題IDまたはキーを使用して問題取得を実行する
バックログ_問題追加
問題データを使用して問題の追加を実行する
バックログ更新問題
問題データを使用して問題の更新を実行する
バックログ削除問題
問題IDまたはキーで問題の削除を実行する
ウィキAPI
バックログ取得ウィキ
キーワードでwikis getを実行する
バックログ取得ウィキ
Wiki ID またはキーを使用して Wiki 取得を実行する
バックログ追加ウィキ
WikiデータでWiki追加を実行する
バックログ更新ウィキ
Wikiデータを使用してWiki更新を実行する
バックログ削除ウィキ
ウィキIDまたはキーでウィキ削除を実行する
構成
APIキーの取得
環境変数
このサーバーには次の環境変数が必要です。
必須:
BACKLOG_API_KEY
: Backlog APIキーBACKLOG_SPACE_ID
: バックログスペースID
オプション:
BACKLOG_BASE_URL
: Backlog のベース URL (デフォルト:https://{your-space-id}.backlog.com/api/v2
)
Claude Desktopでの使用
これをclaude_desktop_config.json
に追加します:
NPX
ドッカー
発達
インストール
建てる
デバッグ
テストの実行
未定
Dockerビルド
サーバーの拡張
新しいツールを追加するには:
src/core/schema.ts
に新しい Zod スキーマを定義します。src/tools/toolDefinitions.ts
に新しいツール定義を追加し、ALL_TOOLS
に含めます。src/tools/handlers.ts
に新しいハンドラーを作成し、toolHandlers
に登録します。src/services/
ディレクトリ内のサービスにビジネスロジックを実装する
ライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
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.
Tools
Backlog API と統合し、自然言語による対話を通じて課題、プロジェクト、Wiki などのプロジェクト管理操作を可能にする MCP サーバー実装。
Related MCP Servers
- -securityFlicense-qualityThis is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.Last updated -
- AsecurityAlicenseAqualityAn MCP server that provides tools for interacting with Linear issue tracking system, currently supporting issue search with plans to expand to issue creation, updates, comments, and project management.Last updated -301MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.Last updated -42507104MIT License
- -securityFlicense-qualityAn MCP server that connects to Backlog API, providing functionality to search, retrieve, and update issues through natural language commands.Last updated -13,7166