@itapi-core/mcp-gitlab
npm/@itapi-core/mcp-gitlabKR: GitLab Project, Group, Repository, MR, Issue, Pipeline, Job, User 등 전체 CRUD와 범용 API 호출을 MCP 도구로 제공하는 서버. EN: MCP server for GitLab CRUD operations (projects, groups, repos, MRs, issues, pipelines, jobs, users, and more) over stdio and Streamable HTTP.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"@itapi-core/mcp-gitlab": {
"url": "None",
"transport": "http"
}
}
}