Wraps GitLab's public REST API v4 endpoints, so you can query repositories, issues, merge requests, and project metadata without authentication. Runs through Pipeworx's gateway, which means you get streamable HTTP transport and can use ask_pipeworx to query in natural language instead of constructing tool calls manually. Useful for inspecting open source projects, tracking public issue trackers, or building workflows around GitLab data without managing tokens. The gateway also bundles 250+ other data sources if you need to cross reference with other platforms. Since it only hits public endpoints, you're limited to whatever's visible without login.
GitLab Public MCP — wraps the GitLab REST API v4 (public endpoints, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"gitlab-public": {
"url": "https://gateway.pipeworx.io/gitlab-public/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Gitlab Public data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
ray0907/git-mcp-server
cyanheads/git-mcp-server
io.github.b1ff/atlassian-dc-mcp-bitbucket
io.github.b1ff/atlassian-dc-mcp-jira
com.mcparmory/atlassian-jira
sirlordt/vscode-terminal-mcp