Skip to main content
Glama

Gitingest-MCP

by puravparab

git_summary

Generate a GitHub repository summary including repo name, file list, token count, and README.md overview. Input owner, repo, and optional branch for quick insights.

Instructions

Get a summary of a GitHub repository that includes - Repo name, - Files in repo - Number of tokens in repo - Summary from the README.md Args: owner: The GitHub organization or username repo: The repository name branch: Optional branch name (default: None)

Input Schema

NameRequiredDescriptionDefault
branchNo
ownerYes
repoYes

Input Schema (JSON Schema)

{ "properties": { "branch": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Branch" }, "owner": { "title": "Owner", "type": "string" }, "repo": { "title": "Repo", "type": "string" } }, "required": [ "owner", "repo" ], "title": "git_summaryArguments", "type": "object" }

You must be authenticated.

Other Tools from Gitingest-MCP

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/puravparab/Gitingest-MCP'

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