git-prompts-mcp-server

git-prompts-mcp-server

1

Git Prompts MCP Server is a Model Context Protocol server that generates useful prompts and descriptions based on the content of a Git repository. It facilitates managing pull requests by providing commands for generating diffs and pull request descriptions.

/git-diff <ancestor_branch_or_commit>

Generate a report on the difference between HEAD and the specified branch or commit

/generate-pr-desc <ancestor_branch_or_commit>

Generate a pull request description

/git-cached-diff

Generate a report on the difference between the temporary storage area and HEAD