🎯 GitLab Kanban MCP 服务器
用于管理 GitLab 看板操作的模型上下文协议服务器。
✨ 特点
🛠️ 可用工具
list_tasks
- 从项目的看板中检索任务列表create_task
- 在看板上创建新任务update_task
- 更新现有任务delete_task
从板上删除任务add_comment
- 为任务添加评论
🏗️ 项目结构
🚀 入门
📦安装
🔧 配置
使用以下环境变量创建.env
文件:
🛠️ 构建
对于使用自动重建的开发:
🔍 调试
由于 MCP 服务器通过 stdio 进行通信,我们建议使用MCP Inspector :
📝 使用方法
克莱恩配置
将以下内容添加到您的cline_mcp_settings.json
:
🤝 贡献
Fork此存储库
创建你的功能分支(
git checkout -b feature/amazing-feature
)提交您的更改(
git commit -m '✨ feat: Add amazing feature'
)推送到分支(
git push origin feature/amazing-feature
)创建拉取请求
📄 许可证
该项目已获得 MIT 许可。
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 看板。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server for Git repository interaction and automation. This server provides tools to read, search, and manipulate Git repositories via Large Language Models.Last updated -1370,373MIT License
- AsecurityAlicenseAqualityA 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 -4156MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables interaction with GitLab accounts to manage repositories, merge requests, code reviews, and CI/CD pipelines through natural language.Last updated -411212MIT License
- -securityFlicense-qualityA 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.Last updated -72