Skip to main content
Glama

Unrestricted Development MCP Server

git_log

Display commit history with details including commit messages, authors, dates, and branch information to track code changes and project evolution.

Instructions

Show commit history with details

Input Schema

NameRequiredDescriptionDefault
cwdNoRepository directory
limitNoNumber of commits to show
onelineNoShow one line per commit
graphNoShow commit graph
allNoShow all branches

Input Schema (JSON Schema)

{ "properties": { "all": { "default": false, "description": "Show all branches", "type": "boolean" }, "cwd": { "description": "Repository directory", "type": "string" }, "graph": { "default": false, "description": "Show commit graph", "type": "boolean" }, "limit": { "default": 10, "description": "Number of commits to show", "type": "number" }, "oneline": { "default": false, "description": "Show one line per commit", "type": "boolean" } }, "type": "object" }

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/ConnorBoetig-dev/mcp2'

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