← Back to Plugins
MCP Server MCP

Advanced GitLab MCP server

github By github 👁 1 views ▲ 0 votes

58 CQRS tools exposing 230 GitLab operations across 26 entity types

Homepage Verified source GitHub

Install

npx -y @structured-world/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@structured-world/gitlab-mcp",
      "version": "9.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitLab Personal Access Token with 'api' and 'read_user' scopes",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GITLAB_TOKEN"
        },
        {
          "description": "GitLab instance API URL for self-hosted instances (defaults to https://gitlab.com)",
          "format": "string",
          "name": "GITLAB_API_URL"
        },
        {
          "description": "Enable read-only mode (disable all manage_* write operations)",
          "format": "boolean",
          "name": "GITLAB_READ_ONLY_MODE"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/structured-world/gitlab-mcp/releases/download/gitlab-mcp-v9.1.2/gitlab-mcp-9.1.2.mcpb",
      "fileSha256": "9e13061c1a5d51b1eb7a0f6e47de5e6654c80fc97d6c5941099d6c57388fd2b3",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...