From gitlab
Connects to GitLab API for issues management. Runs locally as a subprocess via stdio. Requires GitLab API URL and personal access token.
npx claudepluginhub anthropics/claude-plugins-official --plugin gitlabAdd to your .mcp.json:
{
"mcpServers": {
"gitlab": {
"url": "https://gitlab.com/api/v4/mcp"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
https://gitlab.com/api/v4/mcpShare bugs, ideas, or general feedback.