GitLab Kanban MCP ServerServer

Sunwood-ai-labs
GitHub
Project ManagementVersion ControlApp Automation

Loading subscription status...

💡 Description

A Model Context Protocol server for managing GitLab Kanban operations, enabling tools for listing, creating, updating, and deleting tasks as well as adding comments.

📝 JSON Entries

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

🛠️ Tools

list_taskscreate_taskupdate_taskdelete_taskadd_comment

Features

  • List tasks from a project's Kanban board
  • Create new tasks on the Kanban board
  • Update existing tasks
  • Delete tasks from the board
  • Add comments to tasks