Skip to main content
Glama

MCP Git Server

by MementoRC

git_log

View commit logs for Git repositories to track changes, filter by count, and customize output format, enabling efficient version control management.

Instructions

Shows the commit logs

Input Schema

NameRequiredDescriptionDefault
formatNo
graphNo
max_countNo
onelineNo
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "format": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Format" }, "graph": { "default": false, "title": "Graph", "type": "boolean" }, "max_count": { "default": 10, "title": "Max Count", "type": "integer" }, "oneline": { "default": false, "title": "Oneline", "type": "boolean" }, "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path" ], "title": "GitLog", "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/MementoRC/mcp-git'

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