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 proyectocreate_task- Crea una nueva tarea en el tablero Kanbanupdate_task- Actualizar una tarea existentedelete_task- Eliminar una tarea del tableroadd_comment- Agregar un comentario a una tarea
Related MCP server: GitLab MCP Server
🏗️ 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 buildPara 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
Bifurcar este repositorio
Crea tu rama de funciones (
git checkout -b feature/amazing-feature)Confirme sus cambios (
git commit -m '✨ feat: Add amazing feature')Empujar a la rama (
git push origin feature/amazing-feature)Crear una solicitud de extracción
📄 Licencia
Este proyecto está licenciado bajo la licencia MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables interaction with GitLab accounts to manage repositories, merge requests, code reviews, and CI/CD pipelines through natural language.416921MIT
- -licenseNot gradedqualityNot gradedmaintenanceA 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.192
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides AI assistants with structured access to kanban board functionality for managing tasks, columns, labels, and sprints.152MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with self-hosted GitLab instances through 30 specialized tools. It supports managing projects, merge requests, CI/CD pipelines, and repository operations via the GitLab REST API v4.30MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Go MCP server for GitLab: 2 dynamic tools reach 1000+ REST/GraphQL actions. Free/CE, no paid tier.
A Model Context Protocol server for Wix AI tools
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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