gitlab-mcp-server

jmrplens/gitlab-mcp-server
★ 0 stars Go 🤖 AI/LLM Updated today
Model Context Protocol (MCP) server for GitLab — exposes 1000 GitLab REST & GraphQL API operations as MCP tools (28 meta-tools / 43 enterprise), 24 resources, 38 prompts, and 17 completion types for AI assistants. Written in Go, single static binary, stdio and HTTP transport.
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-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/jmrplens/gitlab-mcp-server@latest"
      ]
    }
  }
}

Topics

ai-toolsgitlabgitlab-apigollmmcpmcp-servermodel-context-protocol