44 Tools, 18 Entities
Complete GitLab API coverage — projects, merge requests, pipelines, work items, wikis, and more.
Connect AI agents to GitLab with 44 tools across 18 entity types

After one-click install
You must configure GITLAB_TOKEN in your MCP client settings before the server can connect. See the Installation Guide for token setup.
Prerequisites
Create a GitLab Personal Access Token with api,read_user scopes (or read_api,read_user for read-only mode) and export it:
export GITLAB_TOKEN="glpat-xxxxxxxxxxxxxxxxxxxx"npx @structured-world/gitlab-mcpFor self-hosted GitLab, also set GITLAB_API_URL:
export GITLAB_API_URL="https://your-gitlab.example.com"See the Installation Guide for detailed setup instructions.