Skip to content
VS Code

Gitlab for VS Code

io.github.pipeworx-io/gitlab

GitLab MCP — wraps the GitLab REST API v4 (BYO API key)

client:VS Code transport:streamable-http

Install Gitlab in VS Code

.vscode/mcp.json

{
  "servers": {
    "gitlab": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/gitlab/mcp"
    }
  }
}

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

Gitlab in other clients