Skip to main content
Glama

MCP Git Status Server

git-log

Retrieve recent git commit history for a specified directory, allowing users to define the number of commits to display. Supports error handling for non-git directories and provides a default limit of 10 commits.

Instructions

Get recent git commit history

Input Schema

NameRequiredDescriptionDefault
countNoNumber of recent commits to show (default: 10)
directoryNoDirectory path to check git log (defaults to current directory)

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 10, "description": "Number of recent commits to show (default: 10)", "type": "number" }, "directory": { "description": "Directory path to check git log (defaults to current directory)", "type": "string" } }, "type": "object" }

Other Tools from MCP Git Status Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/narayana-reddy-circles/mcp-git-status'

If you have feedback or need assistance with the MCP directory API, please join our Discord server