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.
Integrations
Provides tools for managing GitLab Kanban boards, including listing, creating, updating, and deleting tasks, as well as adding comments to existing tasks.
Built on Node.js runtime for executing the MCP server operations.
Uses TypeScript for type-safe implementation of the GitLab Kanban board operations.
🎯 GitLab カンバン MCP サーバー
GitLab カンバン ボードの操作を管理するためのモデル コンテキスト プロトコル サーバー。
✨ 特徴
🛠️ 利用可能なツール
list_tasks
- プロジェクトのカンバンボードからタスクリストを取得しますcreate_task
- カンバンボードに新しいタスクを作成するupdate_task
- 既存のタスクを更新するdelete_task
- ボードからタスクを削除するadd_comment
- タスクにコメントを追加する
🏗️ プロジェクト構造
🚀 はじめに
📦 インストール
🔧 構成
次の環境変数を含む.env
ファイルを作成します。
🛠️ ビルド
自動リビルドを使用した開発の場合:
🔍 デバッグ
MCP サーバーは stdio 経由で通信するため、 MCP Inspectorを使用することをお勧めします。
📝 使用方法
傾斜構成
cline_mcp_settings.json
に以下を追加します。
🤝 貢献する
- このリポジトリをフォークする
- 機能ブランチを作成します(
git checkout -b feature/amazing-feature
) - 変更をコミットします (
git commit -m '✨ feat: Add amazing feature'
) - ブランチにプッシュする (
git push origin feature/amazing-feature
) - プルリクエストを作成する
📄 ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。
You must be authenticated.
タスクの一覧表示、作成、更新、削除、コメントの追加を行うツールを通じて GitLab Kanban ボードの管理を可能にするモデル コンテキスト プロトコル サーバー。