Skip to main content
Glama

Code MCP Server

by block

git_log

View and manage Git commit history with customizable options like commit limit and one-line format, integrated into the Code MCP Server for streamlined code tracking.

Instructions

Show commit history

Input Schema

NameRequiredDescriptionDefault
cwdNoRepository path
limitNoNumber of commits to show
onelineNoOne line format

Input Schema (JSON Schema)

{ "properties": { "cwd": { "description": "Repository path", "type": "string" }, "limit": { "description": "Number of commits to show", "type": "number" }, "oneline": { "description": "One line format", "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/block/vscode-mcp'

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