Skip to main content
Glama
450,205 tools. Updated 2026-08-12 18:54

"How to clone a GitLab repository" matching MCP tools:

  • Clone a Gitopia repository to a new workspace directory for reading or modifying code. Provide the repo URL and local path. Optionally specify a branch or shallow clone depth. Fails if target already exists.
    MIT
  • Retrieve the contents of a text file from a GitLab repository, limited to 500 lines, by specifying the file path and optionally the branch or tag.
    MIT
  • Clone a public Git repository temporarily, then use the returned handle to list, read, and search files; the clone is auto-deleted after a short TTL.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Base 主网去中心化支付路由+金库:查 NAV、构造路由支付 calldata、金库存取、绑定引路人分账。存款安全·引路人激励·消费即升值,全部链上可核验。

  • GitLab Public MCP — wraps the GitLab REST API v4 (public endpoints, no auth)

  • Retrieve complete details of a Bitbucket repository, including settings, clone URLs, and metadata, by providing the repository slug and optional workspace slug.
    MIT
  • Clone any Git repository and generate a structured text file containing its file structure, all text file contents, and estimated token count, while respecting .gitignore and .repomixignore patterns.
    MIT
  • Clone a Git repository and analyze its structure to get estimated token count, file count, and project layout. Useful for LLM context planning.
    MIT
  • Retrieve current GitLab project details by automatically detecting the repository from git remotes. No parameters needed when working in a git repository with GitLab remote.
    Apache 2.0
  • Clone a Bitbucket repository to your local filesystem by providing the repository slug and target path. Uses SSH (preferred) or HTTPS for authentication.
    ISC
  • Retrieve the latest release tags for a node from its GitLab repository to determine the most recent version without relying on build state.
    MIT
  • Clone a remote Git repository to a local directory, with options to specify a branch and shallow clone depth for partial history.
    MIT
  • Clone a git repository into an isolated sandbox environment, including private repos via auth token and shallow cloning for speed.
    MIT
  • Clone a git repository onto the VibOps gateway and optionally apply Kubernetes manifests to a specified cluster.
  • Clone a Git repository to a specified or temporary directory, returning the checkout path for use with infrastructure-as-code or Kubernetes tools.
    MIT
  • Clone a remote Git repository into an isolated workspace and check out a branch to start working. Returns a project brief and isolates each task so parallel jobs don't interfere.
    MIT
  • Test Git-over-SSH authentication to verify your SSH key is registered and working with a hosting provider like GitHub or GitLab. Use this when git clone/pull/push fails with SSH errors.
    MIT
  • Retrieve file content from a GitLab repository at a specified branch, tag, or commit. Access .gitlab-ci.yml or configuration files without a local clone.
    MIT