Loading MCP server directory, please wait...
GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more.
npx @getmcp/cli add io.github.zereight/gitlab-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GITLAB_PERSONAL_ACCESS_TOKENGitLab personal access token for local stdio use. Create a token with the GitLab scopes needed by the tools you plan to use, such as api or read_api.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zereight/gitlab-mcp": {
"command": "npx",
"args": [
"-y",
"@zereight/mcp-gitlab"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "",
"GITLAB_JOB_TOKEN": "",
"GITLAB_AUTH_COOKIE_PATH": "",
"GITLAB_API_URL": "https://gitlab.com/api/v4",
"GITLAB_ALLOWED_PROJECT_IDS": "",
"GITLAB_READ_ONLY_MODE": "false",
"USE_GITLAB_WIKI": "false",
"GITLAB_TOOLSETS": "",
"GITLAB_TOOLS": "",
"GITLAB_DENIED_TOOLS_REGEX": "",
"GITLAB_TOOL_POLICY_APPROVE": "",
"GITLAB_TOOL_POLICY_HIDDEN": "",
"NODE_TLS_REJECT_UNAUTHORIZED": "",
"GITLAB_CA_CERT_PATH": ""
}
}
}
}