167,563 tools. Last updated 2026-06-02 23:49
"Understanding Git commands: pull, push, commit, and merge" matching MCP tools:
- Sync project knowledge base data to its git backup directory, create a commit, and push to origin for off-machine redundancy after writes.Apache 2.0
- Stage, commit, and push changes to a Git repository in one step. Specify repo path and commit message; optionally select files, branch, or create a new branch. Automatically sets upstream tracking.MIT
- Scan git repository history to detect exposed secrets in commit messages, author information, branches, and deleted files for security auditing.MIT
- Display the commit history graph for a git repository. Opens an interactive UI for visual exploration of branches and commits.MIT
- Push additional changes to an existing feature branch or open pull request. Adds a new commit with file modifications and pushes it to keep the branch current.MIT
- Push local commits to a remote repository to update branches and associated objects. Specify the directory containing the Git repository.MIT
Matching MCP Servers
- AlicenseAqualityBmaintenanceAutomatically generates conventional commit messages from staged git changes and checks repository status. Analyzes git diffs to create properly formatted commit messages following conventional commit standards.Last updated28MIT
- Alicense-quality-maintenanceAnalyzes git repository changes to generate conventional commit messages and summaries using OpenAI's GPT-4o-mini. It provides detailed tracking of modified, added, and deleted files to streamline the version control process.Last updated16
Matching MCP Connectors
USGS commodity benchmarks, attested field run logs, and mining/geologic district data for AI agents. Nine data endpoints gated by x402 ($0.10 USDC on Base). Tools: get_commodity_benchmark (gold, silver, copper, and 17 more critical minerals), get_ultrasound_run_data (on-chain EAS-attested gravity-separation field runs), district.history (MRDS-sourced deposit and assay history by country/state/district), and ask_sales_agent. No API keys — pay per call in USDC.
Supply chain risk scoring for npm, PyPI, Cargo, and Go. 9 tools. Behavioral signals.
- Fetch and integrate changes from a remote repository or another branch into your current working directory using git pull. Specify the target directory to update.MIT
- Push configuration to a Juniper device with commit confirmed and health check for safe rollback. Supports dry run, config files, or inline set commands.Apache 2.0
- Manually trigger git synchronization for the Knowledge MCP Server datastore to backup changes, resolve sync issues, or ensure data persistence before major operations. Handles uncommitted changes and push failures effectively.
- Synchronize local .brand/ directory with Brandcode Studio. Pull latest changes from Studio or push local modifications.MIT
- Merge an approved GitLab merge request after meeting prerequisites like approvals and CI passing. Supports options for squash commits, branch deletion, and auto-merge on pipeline success.Apache 2.0
- Examine the current Git repository state and changes to prepare commit messages and pull request content.MIT
- Scan only files modified since a specified git ref. Returns findings for changed files, ideal for PR checks and incremental CI.Apache 2.0
- Initialize git, create a GitHub repository, and push your project to GitHub after publishing to PyPI. Requires gh CLI installation and authentication.MIT
- Fetch a Sentry issue and enrich its stack trace with git blame, showing per-frame commit attribution and top suspect commit.MIT
- Pull latest agent templates from git and rebuild the search index to keep the agency template catalog current.MIT
- Execute safe git operations like status, log, checkout, pull, and diff within isolated build environments to manage version control without local dependencies.MIT
- Check Git repository status in n8n workflows to monitor branch, remote sync, and merge conflicts for automation management.MIT
- Set the session working directory for git operations, allowing subsequent commands to omit path parameters.Apache 2.0
- Generate conventional commit messages automatically from staged git changes. Analyzes git diffs and repository status to create properly formatted commits following conventional commit standards. Supports custom commit types and scopes.MIT