Skip to main content
Glama
521,397 tools. Updated 2026-09-06 11:20

"pre-commit" matching MCP tools:

  • Configure Husky git hooks to validate commit messages and run pre-commit checks, optionally integrating lint-staged.
    MIT
  • 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
    Destructive
  • 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

Matching MCP Connectors

  • Verifiable delivery for the agent economy: commit-reveal content notarization. Sellers commit to a d

  • Pre-commit code quality guardian. Detects semantic drift in AI-generated code.

  • Scan a staged diff for anti-patterns, stale anchors, and project conventions to decide if a commit should be blocked. Returns warnings and relevant memories for a pre-commit gate.
    Apache 2.0
  • 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
  • Checks files for forbidden patterns (bare-except, debugger, eval) plus custom rules, acting as a pre-commit gate using AST rules.
    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
  • Create a commit with a message or amend the last commit, optionally skipping pre-commit hooks. Use after staging changes to record them, or to fix the previous commit.
    MIT
  • Automates Git commits by detecting changes, generating conventional commit messages, staging, committing, and optionally pushing to remote repositories while updating CHANGELOG.
    MIT
  • Link a git commit SHA to a feature spec and optionally a task. Creates full traceability from code to commit to task to spec.
    MIT
  • Run a low-cost pre-action audit on an agent's response, checking for forbidden phrases to decide whether to commit. Returns a verdict and reason for the block.
    Apache 2.0