Skip to main content
Glama

GitLab Kanban MCP Server

🎯 GitLab カンバン MCP サーバー

GitLab カンバン ボードの操作を管理するためのモデル コンテキスト プロトコル サーバー。

✨ 特徴

🛠️ 利用可能なツール

  • list_tasks - プロジェクトのカンバンボードからタスクリストを取得します
  • create_task - カンバンボードに新しいタスクを作成する
  • update_task - 既存のタスクを更新する
  • delete_task - ボードからタスクを削除する
  • add_comment - タスクにコメントを追加する

🏗️ プロジェクト構造

src/ ├── api/ │ └── gitlab.ts # GitLab API client and methods ├── config/ │ └── gitlab.ts # GitLab configuration ├── tools/ │ ├── handlers.ts # Tool handler implementations │ └── schemas.ts # Tool schema definitions └── index.ts # MCP server main entry point

🚀 はじめに

📦 インストール

npm install

🔧 構成

次の環境変数を含む.envファイルを作成します。

GITLAB_TOKEN=your_gitlab_token GITLAB_URL=your_gitlab_url # default: https://gitlab.com

🛠️ ビルド

npm run build

自動リビルドを使用した開発の場合:

npm run watch

🔍 デバッグ

MCP サーバーは stdio 経由で通信するため、 MCP Inspectorを使用することをお勧めします。

npm run inspector

📝 使用方法

傾斜構成

cline_mcp_settings.jsonに以下を追加します。

{ "mcpServers": { "gitlab-kanban-mcp-server": { "command": "node", "args": ["path/to/gitlab-kanban-mcp-server/build/index.js"], "env": { "GITLAB_TOKEN": "your_gitlab_token", "GITLAB_URL": "your_gitlab_url" } } } }

🤝 貢献する

  1. このリポジトリをフォークする
  2. 機能ブランチを作成します( git checkout -b feature/amazing-feature
  3. 変更をコミットします ( git commit -m '✨ feat: Add amazing feature' )
  4. ブランチにプッシュする ( git push origin feature/amazing-feature )
  5. プルリクエストを作成する

📄 ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています。

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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 ボードの管理を可能にするモデル コンテキスト プロトコル サーバー。

  1. ✨ 特徴
    1. 🛠️ 利用可能なツール
  2. 🏗️ プロジェクト構造
    1. 🚀 はじめに
      1. 📦 インストール
      2. 🔧 構成
      3. 🛠️ ビルド
    2. 🔍 デバッグ
      1. 📝 使用方法
        1. 傾斜構成
      2. 🤝 貢献する
        1. 📄 ライセンス

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A modular server that implements the Model Context Protocol standard, providing tools for interacting with GitHub, GitLab, Google Maps, Memory storage, and web automation through a unified gateway.
            Last updated -
            1,133
            3
            Python
            Apache 2.0
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A 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 -
            4
            2
            4
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            A custom server implementation that allows AI assistants to interact with GitLab repositories, providing capabilities for searching, fetching files, creating/updating content, and managing issues and merge requests.
            Last updated -
            JavaScript
          • -
            security
            F
            license
            -
            quality
            An MCP server that enables communication with GitLab repositories, allowing interaction with GitLab's API to manage projects, issues, and repositories through natural language.
            Last updated -
            20
            JavaScript

          View all related MCP servers

          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/Sunwood-ai-labs/gitlab-kanban-mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server