Gitlab Server
Freeby MCP Community
MCP server for using the GitLab API
v0.0.3Added Apr 12, 2026
Gitlab Server MCP Server
MCP server for using the GitLab API
Installation
Reviews
Installation
Quick install
npx -y @simonwong/mcp-gitlab-server
Add to claude_desktop_config.json
{
"mcpServers": {
"gitlab-server": {
"command": "npx",
"args": ["-y", "@simonwong/mcp-gitlab-server"]
}
}
}