Skip to content
VS Code

MCP Gitlab for VS Code

io.github.crunchtools/gitlab

Secure MCP server for GitLab projects, merge requests, issues, and pipelines

client:VS Code transport:stdio runtime:pypi

Install MCP Gitlab in VS Code

.vscode/mcp.json

{
  "servers": {
    "gitlab": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-gitlab-crunchtools"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Gitlab in other clients