Skip to main content
Glama
169,633 tools. Last updated 2026-06-03 20:18

"pre-commit" matching MCP tools:

  • Display the complete contents of a Git commit, including file changes and metadata, by specifying repository path and revision.
    MIT
  • Retrieve commit logs from a Git repository. Filter by maximum number of commits or time range using start and end timestamps.
    MIT
  • Stage all changes and create a commit with a descriptive message to save project progress. Automatically initializes the repository if needed and returns the commit SHA.
    Apache 2.0
  • Batch multiple vault writes into a single commit. Returns the new commit SHA on success or a clean-tree notice if no changes.
    MIT

Matching MCP Servers

Matching MCP Connectors

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

  • Ed25519-signed market-state receipts for 28 global exchanges. Pre-trade verification gate for autonomous financial agents. 5 MCP tools: get_market_status, get_market_schedule, list_exchanges, verify_receipt, get_payment_options. Fail-closed: UNKNOWN = CLOSED. x402 micropayments on Base mainnet ($0.001 USDC/call). 60-second TTL signed receipts.

  • Retrieve detailed information about a specific GitLab commit including author, message, and change statistics using the commit SHA identifier.
    Apache 2.0
  • Fetch a Sentry issue and enrich its stack trace with git blame, showing per-frame commit attribution and top suspect commit.
    MIT
  • Validate a commit message against configured rules including title length, conventional commit format, required scope, imperative mood, capitalization, and no trailing period.
    MIT
  • Automatically review code changes with AI analysis and commit them if they pass security and quality checks.
  • Commit staged changes with a message, optionally staging specific files or all tracked changes first. Returns commit hash, branch, and files.
    MIT
  • Accept a provider's price proposal and commit payment from pre-funded balance, moving funds to escrow until service delivery is verified.
    MIT
  • 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
  • Validate commit messages in a range against guidelines, returning a pass/fail summary and exit code for compliance checking.
    BSD 3-Clause
  • Generate formatted release notes or changelogs from git commit history between two versions. Supports Keep a Changelog, GitHub Release, and plain text formats.
    MIT
  • Retrieve branch details including commit and protection status by providing the project ID and branch name.
    MIT
  • Create a git commit with changes after completing work. Use before ending the session to produce a clean commit for review.
    MIT