Skip to main content
Glama

GitLab Kanban MCP Server

Servidor MCP Kanban de GitLab

Un servidor de protocolo de contexto de modelo para administrar las operaciones del tablero Kanban de GitLab.

✨ Características

🛠️ Herramientas disponibles

  • list_tasks - Recuperar la lista de tareas del tablero Kanban del proyecto
  • create_task - Crea una nueva tarea en el tablero Kanban
  • update_task - Actualizar una tarea existente
  • delete_task - Eliminar una tarea del tablero
  • add_comment - Agregar un comentario a una tarea

🏗️ Estructura del proyecto

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

🚀 Primeros pasos

📦 Instalación

npm install

🔧 Configuración

Cree un archivo .env con las siguientes variables de entorno:

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

🛠️ Construir

npm run build

Para desarrollo con reconstrucción automática:

npm run watch

🔍 Depuración

Dado que los servidores MCP se comunican a través de stdio, recomendamos utilizar el Inspector MCP :

npm run inspector

📝 Uso

Configuración de Cline

Agregue lo siguiente a su 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" } } } }

🤝 Contribuyendo

  1. Bifurcar este repositorio
  2. Crea tu rama de funciones ( git checkout -b feature/amazing-feature )
  3. Confirme sus cambios ( git commit -m '✨ feat: Add amazing feature' )
  4. Empujar a la rama ( git push origin feature/amazing-feature )
  5. Crear una solicitud de extracción

📄 Licencia

Este proyecto está licenciado bajo la licencia 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.

Un servidor de protocolo de contexto de modelo que permite la gestión de tableros Kanban de GitLab a través de herramientas para enumerar, crear, actualizar y eliminar tareas, así como agregar comentarios.

  1. ✨ Características
    1. 🛠️ Herramientas disponibles
  2. 🏗️ Estructura del proyecto
    1. 🚀 Primeros pasos
      1. 📦 Instalación
      2. 🔧 Configuración
      3. 🛠️ Construir
    2. 🔍 Depuración
      1. 📝 Uso
        1. Configuración de Cline
      2. 🤝 Contribuyendo
        1. 📄 Licencia

          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