Skip to content
Cursor

MCP Gitlab for Cursor

io.github.crunchtools/gitlab

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

client:Cursor transport:stdio runtime:pypi

Install MCP Gitlab in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Gitlab in other clients