In our group, we use GitLab not only as our version-control tool but also for planning. However, adding and editing issues on the website involves many clicks, and the interface can be slow. So, I decided to build an agent to help us manage issues more efficiently.

This project provides a GitLab management agent that functions as an MCP (Model Context Protocol) server. It allows AI assistants to interact with GitLab repositories to create and update issues, tag them with labels, and assign them to project members. You can add this agent to Cursor to access it locally, or deploy it to an accessible server to give your favorite LLM (like ChatGPT) or any MCP compatible environment access to it.

Read more …