Advanced GitLab MCP server MCP Server
io.github.structured-world/gitlab-mcp
What is the Advanced GitLab MCP server MCP server?
58 CQRS tools exposing 230 GitLab operations across 26 entity types
How to install Advanced GitLab MCP server
Copy-paste configuration for popular MCP clients.
GITLAB_TOKENrequiredsecretGitLab Personal Access Token with 'api' and 'read_user' scopes
GITLAB_API_URLGitLab instance API URL for self-hosted instances (defaults to https://gitlab.com)
GITLAB_READ_ONLY_MODEEnable read-only mode (disable all manage_* write operations)
{
"mcpServers": {
"gitlab-mcp": {
"command": "npx",
"args": [
"-y",
"@structured-world/gitlab-mcp"
],
"env": {
"GITLAB_TOKEN": "<YOUR_GITLAB_TOKEN>",
"GITLAB_API_URL": "<YOUR_GITLAB_API_URL>",
"GITLAB_READ_ONLY_MODE": "<YOUR_GITLAB_READ_ONLY_MODE>"
}
}
}
}{
"mcpServers": {
"gitlab-mcp": {
"command": "npx",
"args": [
"-y",
"@structured-world/gitlab-mcp"
],
"env": {
"GITLAB_TOKEN": "<YOUR_GITLAB_TOKEN>",
"GITLAB_API_URL": "<YOUR_GITLAB_API_URL>",
"GITLAB_READ_ONLY_MODE": "<YOUR_GITLAB_READ_ONLY_MODE>"
}
}
}
}{
"mcpServers": {
"gitlab-mcp": {
"command": "npx",
"args": [
"-y",
"@structured-world/gitlab-mcp"
],
"env": {
"GITLAB_TOKEN": "<YOUR_GITLAB_TOKEN>",
"GITLAB_API_URL": "<YOUR_GITLAB_API_URL>",
"GITLAB_READ_ONLY_MODE": "<YOUR_GITLAB_READ_ONLY_MODE>"
}
}
}
}{
"servers": {
"gitlab-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@structured-world/gitlab-mcp"
],
"env": {
"GITLAB_TOKEN": "<YOUR_GITLAB_TOKEN>",
"GITLAB_API_URL": "<YOUR_GITLAB_API_URL>",
"GITLAB_READ_ONLY_MODE": "<YOUR_GITLAB_READ_ONLY_MODE>"
}
}
}
}claude mcp add gitlab-mcp --env GITLAB_TOKEN=<YOUR_GITLAB_TOKEN> --env GITLAB_API_URL=<YOUR_GITLAB_API_URL> --env GITLAB_READ_ONLY_MODE=<YOUR_GITLAB_READ_ONLY_MODE> -- npx -y @structured-world/gitlab-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.