🎯 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 ライセンスに基づいてライセンスされています。
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.
タスクの一覧表示、作成、更新、削除、コメントの追加を行うツールを通じて GitLab Kanban ボードの管理を可能にするモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server for Git repository interaction and automation. This server provides tools to read, search, and manipulate Git repositories via Large Language Models.Last updated -1368,255MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables efficient management of GitHub issues in a Kanban board format, allowing LLMs to automate task management through GitHub integration.Last updated -4296MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables interaction with GitLab accounts to manage repositories, merge requests, code reviews, and CI/CD pipelines through natural language.Last updated -411711MIT License
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to interact with GitLab repositories, allowing tasks like managing merge requests, searching projects, and creating comments through RESTful API integration.Last updated -1022