- Step 1: Install the MCP server using the provided installation commands.
- Step 2: Configure environment variables such as GIT_REPOS_PATH to point to your repositories.
- Step 3: Use available methods like list_repositories or get_last_git_tag via API or CLI to interact with repositories.
- Step 4: For creating tags, call create_git_tag with repository and tag details.
- Step 5: Push tags with push_git_tag or refresh repositories with refresh_repository to sync updates.