GitLab Kanban MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITLAB_URLNoYour GitLab instance URLhttps://gitlab.com
GITLAB_TOKENYesYour GitLab personal access token

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tasks

プロジェクトのカンバンボードのタスク一覧を取得

create_task

カンバンボードに新しいタスクを作成

update_task

カンバンボードのタスクを更新

delete_task

カンバンボードのタスクを削除

add_comment

タスクにコメントを追加