Skip to main content
Glama

MCP Private GitHub Search

getCommitHistory

Retrieve and analyze commit history from private GitHub repositories to track changes, view detailed diffs, and monitor knowledge base evolution over time. Filter by author, date range, or paginate results for focused insights.

Instructions

Track the evolution of your Obsidian vault knowledge base by retrieving commit history from GitHub (johndoe-org/obsidian-vault). See how your notes and ideas have developed over time with detailed diffs.

Input Schema

NameRequiredDescriptionDefault
authorNoFilter commits by author username
daysYesNumber of days to look back for commits
includeDiffsNoWhether to include actual file changes/diffs (default: true)
maxCommitsNoMaximum number of commits to return
pageNoPage number for pagination (0-indexed)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "author": { "description": "Filter commits by author username", "type": "string" }, "days": { "description": "Number of days to look back for commits", "maximum": 365, "minimum": 1, "type": "number" }, "includeDiffs": { "default": true, "description": "Whether to include actual file changes/diffs (default: true)", "type": "boolean" }, "maxCommits": { "default": 25, "description": "Maximum number of commits to return", "maximum": 50, "minimum": 1, "type": "number" }, "page": { "default": 0, "description": "Page number for pagination (0-indexed)", "type": "number" } }, "required": [ "days" ], "type": "object" }
Install Server

Other Tools from MCP Private GitHub Search

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/Hint-Services/mcp-private-github-search'

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