Skip to content
VS Code

gitlab for VS Code

com.mcparmory/gitlab

Manage projects, groups, branches, merge requests, and CI/CD pipelines

client:VS Code transport:stdio runtime:pypi

Install gitlab in VS Code

.vscode/mcp.json

{
  "servers": {
    "gitlab": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-gitlab"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

gitlab in other clients