Gitlab Public for VS Code
io.github.pipeworx-io/gitlab-public
GitLab Public MCP — wraps the GitLab REST API v4 (public endpoints, no auth)
client:VS Code
transport:streamable-http
Install Gitlab Public in VS Code
.vscode/mcp.json
{
"servers": {
"gitlab-public": {
"type": "http",
"url": "https://gateway.pipeworx.io/gitlab-public/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs