gitlab-mcp

3kirt/gitlab-mcp
★ 0 stars Rust 🔌 API Integration Updated 2d ago
MCP server for the GitLab API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gitlab-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "gitlab-mcp"
      ]
    }
  }
}