Skip to main content
Glama

boj_gitlab_setup_mirror

Configure push mirroring for GitLab projects to synchronize repositories with external targets using project ID and target URL parameters.

Instructions

Set up a push mirror

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
target_urlYes

Implementation Reference

  • The tool handler implementation in handleGitLabTool which performs the GitLab API POST request to set up a remote mirror.
    case "boj_gitlab_setup_mirror":
      return gitlabApiCall("POST", `/projects/${encodeURIComponent(args.project_id)}/remote_mirrors`, { url: args.target_url, enabled: true });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hyperpolymath/boj-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server