MCP server intelligence profile

gitlab-duo-mcp-bridge MCP Server

Wraps GitLab Duo CLI as an MCP tool for code review, enabling agents to get structured Duo reviews via duo_review

Local OnlyAgostynah
Awaiting current scanNpm · 0.3.0

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
1Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install gitlab-duo-mcp-bridge from npm

Version 0.3.0 declares 1 executable entrypoint.

npm install --save-exact gitlab-duo-mcp-bridge@0.3.0
npx -y -p gitlab-duo-mcp-bridge@0.3.0 gitlab-duo-mcp-bridge
MCP client configuration example
{
  "mcpServers": {
    "gitlab-duo-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "gitlab-duo-mcp-bridge@0.3.0",
        "gitlab-duo-mcp-bridge"
      ]
    }
  }
}

Identity

Canonical sluggitlab-duo-mcp-bridge-f93f2076DeploymentLocal Only
Canonical packagenpm:gitlab-duo-mcp-bridgeRepositoryAgostynah/gitlab-duo-mcp-bridge
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmgitlab-duo-mcp-bridge0.3.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmgitlab-duo-mcp-bridge0.3.0CurrentSep 5, 20261 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
gitlab-duo-mcp-bridgeServer-reported name
1Capability groups
Aug 23, 2026Observed

Tools 1

ToolCategoryAnnotationsRisk
duo_reviewRun a code review with the GitLab Duo CLI and return a normalized, fault-tolerant result. Use this to get a 'second opinion' review of a diff or set of files: pass a unified `diff` (and/or `files`/`instructions`), and you get back a stable JSON structure with a `summary` and a list of `issues` (type, severity, file, line, message, suggestion). If Duo answers with prose instead of JSON, the result is still returned with `degraded: true` and the raw text in `summary`/`raw`. Your agent can then act on the issues (e.g. write fixes).
Input schema
{
  "type": "object",
  "properties": {
    "diff": {
      "type": "string",
      "description": "Unified diff to review (e.g. output of `git diff`)."
    },
    "files": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "File paths to focus the review on."
    },
    "instructions": {
      "type": "string",
      "description": "Extra free-form guidance for the reviewer."
    },
    "goal": {
      "type": "string",
      "description": "Override the entire prompt sent to Duo. When set, diff/files/instructions are ignored."
    },
    "cwd": {
      "type": "string",
      "description": "Working directory to run Duo in for this call."
    },
    "model": {
      "type": "string",
      "description": "Override the Duo model for this call."
    },
    "timeoutMs": {
      "type": "integer",
      "exclusiveMinimum": 0,
      "description": "Override the run timeout (milliseconds) for this call."
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
Output schema
{
  "type": "object",
  "properties": {
    "ok": {
      "type": "boolean",
      "description": "True when Duo exited successfully and did not time out."
    },
    "degraded": {
      "type": "boolean",
      "description": "True when output could not be parsed as JSON (raw text fallback)."
    },
    "summary": {
      "type": "string",
      "description": "Review summary, or raw text when degraded."
    },
    "issues": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string"
          },
          "severity": {
            "type": "string",
            "enum": [
              "critical",
              "high",
              "medium",
              "low",
              "info"
            ]
          },
          "file": {
            "type": [
              "string",
              "null"
            ]
          },
          "line": {
            "type": [
              "number",
              "null"
            ]
          },
          "message": {
            "type": "string"
          },
          "suggestion": {
            "type": [
              "string",
              "null"
            ]
          }
        },
        "required": [
          "type",
          "severity",
          "file",
          "line",
          "message",
          "suggestion"
        ],
        "additionalProperties": false
      },
      "description": "Normalized list of findings."
    },
    "raw": {
      "type": "string",
      "description": "Raw (truncated) Duo output for debugging."
    },
    "meta": {
      "type": "object",
      "properties": {
        "commandLine": {
          "type": "string"
        },
        "exitCode": {
          "type": [
            "number",
            "null"
          ]
        },
        "timedOut": {
          "type": "boolean"
        },
        "durationMs": {
          "type": "number"
        },
        "mock": {
          "type": "boolean"
        },
        "parseError": {
          "type": [
            "string",
            "null"
          ]
        },
        "goalViaFile": {
          "type": "boolean"
        }
      },
      "required": [
        "commandLine",
        "exitCode",
        "timedOut",
        "durationMs",
        "mock",
        "parseError",
        "goalViaFile"
      ],
      "additionalProperties": false
    }
  },
  "required": [
    "ok",
    "degraded",
    "summary",
    "issues",
    "raw",
    "meta"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

gitlab-duo-mcp-bridge MCP Server questions

How do I install gitlab-duo-mcp-bridge MCP Server?

Install the selected package version with: npm install --save-exact gitlab-duo-mcp-bridge@0.3.0

What tools does gitlab-duo-mcp-bridge MCP Server provide?

gitlab-duo-mcp-bridge MCP Server exposed 1 tool during independent protocol observation, including duo_review.

Is gitlab-duo-mcp-bridge MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

GitLab intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.