Odel
Advanced GitLab MCP server

Advanced GitLab MCP server

Local
@structured-world6TypeScriptApache-2.0Updated Yesterday

58 CQRS tools exposing 230 GitLab operations across 26 entity types

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@structured-world/gitlab-mcpv9.1.4

Run

npx -y @structured-world/gitlab-mcp

MCP client config

{
  "mcpServers": {
    "advanced-gitlab-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@structured-world/gitlab-mcp"
      ]
    }
  }
}
MCP Bundlehttps://github.com/structured-world/gitlab-mcp/releases/download/gitlab-mcp-v9.1.4/gitlab-mcp-9.1.4.mcpb

Distributed as an MCP bundle (`https://github.com/structured-world/gitlab-mcp/releases/download/gitlab-mcp-v9.1.4/gitlab-mcp-9.1.4.mcpb`) — download it and import the bundle in your MCP client.