Gitlab Http Api
Freeby MCP Community
MCP server for GitLab over HTTP API (projects, issues, MRs, CI pipelines, jobs)
v0.2.1Added Apr 12, 2026
mcpmodel-context-protocolgitlabprojectsissues
Gitlab Http Api MCP Server
MCP server for GitLab over HTTP API (projects, issues, MRs, CI pipelines, jobs)
Installation
Reviews
Installation
Quick install
npx -y gitlab-http-api-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gitlab-http-api": {
"command": "npx",
"args": ["-y", "gitlab-http-api-mcp"]
}
}
}