Skip to main content
Glama
385,279 tools. Last updated 2026-08-03 20:15

"pre-commit" matching MCP tools:

  • Query React commit data by component, time range, index, or cascade tree to investigate render performance after profiling stops.
    Apache 2.0
  • Validate commit message, branch, author, and push safety of a local git repository in one read-only call. Ensure repository state meets your standards before commits or deployments.
    MIT
  • Revoke a pending pre-action commit to stop irreversible actions. Once revoked, the commit is permanently canceled and cannot be consumed.
    Apache 2.0
  • Retrieve commit details by commit ID or hash. Get hash, message, author, date, tags, and associated builds with status and artifacts.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Fast pre-commit dependency gate for AI-assisted code changes. Answers "is this safe to commit?" with a PASS/WARN/BLOCK verdict in seconds, so you can catch risky blast radius before a bad commit, not after it. No database, no heavy setup.
    Last updated
    5
    133
    1
    MIT

Matching MCP Connectors

  • Validate commit author name and/or email against configured rules (e.g., allowed domains, name patterns) and return structured results with per-check status.
    MIT
  • Inspect which commit-check validation rules are active before running validation. Debug rule configuration by viewing merged defaults, repo config, and inline overrides.
    MIT
  • Retrieve the current status of a pre-action commit by ID. Returns active, revoked, expired, or fulfilled to determine if the commit can still be consumed.
    Apache 2.0
  • Resolve a branch, tag, or commit to a concrete commit SHA before deploying, so deployments are authorized for that exact commit, not for whatever the branch points to later.
    MIT
  • Retrieve the pre-computed health verdict for a release, including crash-free rate, error rate, latency, conversion, and code context, with delta against the prior release.
    MIT
  • View commit logs from a Git repository with optional date range and count filters.
    MIT
  • Display the contents of any commit by providing the repository path and revision. Quickly inspect file changes and commit details.
    MIT
  • Commit staged index content to a Git repository with branch and head validation, ensuring idempotent and hook-checked commits.
    MIT
  • Query Git commit history to understand changes, debug regressions, and find commit context. Search by keyword, file, or blame.
    MIT
  • Flag hardcoded secrets in a directory tree by applying regex heuristics and entropy scoring, ideal for pre-commit or pre-release audits.
    AGPL 3.0
  • Automates Git commits by detecting changes, generating conventional commit messages, staging, committing, and optionally pushing to remote repositories while updating CHANGELOG.
    MIT