Skip to main content
Glama

AiDD MCP Server

by skydeckai

git_log

Retrieve commit logs from a specified Git repository, including hash, author, date, and message, for enhanced AI-assisted development workflows.

Instructions

Shows the commit logs. Returns information about recent commits including hash, author, date, and message. Repository must be within the allowed directory.

Input Schema

NameRequiredDescriptionDefault
max_countNoMaximum number of commits to show
repo_pathYesPath to git repository

Input Schema (JSON Schema)

{ "properties": { "max_count": { "default": 10, "description": "Maximum number of commits to show", "type": "integer" }, "repo_path": { "description": "Path to git repository", "type": "string" } }, "required": [ "repo_path" ], "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/skydeckai/mcp-server-aidd'

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