Gitlab Mcp Agent Server
Freeby MCP Community
MCP server for GitLab integration via OAuth
v0.2.13Added Apr 12, 2026
mcpgitlaboauthmodel-context-protocol
Gitlab Mcp Agent Server MCP Server
MCP server for GitLab integration via OAuth
Installation
Reviews
Installation
Quick install
npx -y gitlab-mcp-agent-server
Add to claude_desktop_config.json
{
"mcpServers": {
"gitlab-mcp-agent-server": {
"command": "npx",
"args": ["-y", "gitlab-mcp-agent-server"]
}
}
}