GitLab Kanban
About
A server for managing GitLab Kanban board operations.
Details
- Author
- sunwood-ai-labs
- Categories
- Developer Tools, Other
Jump to
Setup
Install GitLab Kanban in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/sunwood-ai-labs/gitlab-kanban-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
A Model Context Protocol server for managing GitLab Kanban board operations.
- list_tasks- Retrieve task list from project's Kanban board
- create_task- Create a new task on the Kanban board
- update_task- Update an existing task
- delete_task- Delete a task from the board
- add_comment- Add a comment to a task
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
Create a.envfile with the following environment variables:
GITLAB_TOKEN=your_gitlab_token GITLAB_URL=your_gitlab_url # default: https://gitlab.com
Since MCP servers communicate over stdio, we recommend using theMCP Inspector:
Add the following to yourcline_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" } } } }
- Fork this repository
- Create your feature branch (git checkout -b feature/amazing-feature)
- Commit your changes (git commit -m '✨ feat: Add amazing feature')
- Push to the branch (git push origin feature/amazing-feature)
- Create a Pull Request
This project is licensed under the MIT License.
Creates commit messages from staged files in a local git repository.
An MCP server for interacting with the AtomGit API for version control and code hosting.
A portable MCP server for performing various GitHub operations on any repository.
Manage Forgejo repositories and execute commands through an MCP-compatible chat interface.
Integrates with the Gerrit code review system to review code changes and details.
Make git commits on behalf of AI to track AI contributions in your codebase.
Performs deep, file-level forensics on Git repositories to analyze file histories, changes, and patterns.
Interact with the GitHub API for file operations, repository management, and search.
Manage GitHub repositories using a personal access token via CLI or environment variables.
Allows AI assistants to interact with the GitHub API for repository management, code collaboration, and other development tasks.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





