Skip to main content
Glama

GitMCP

release_list

Retrieve a list of releases for a specified repository and provider using the MCP server GitMCP, enabling AI assistants to access project data for analysis and documentation.

Instructions

List releases

Input Schema

NameRequiredDescriptionDefault
providerYesProvider name
repoYesRepository name

Input Schema (JSON Schema)

{ "properties": { "provider": { "description": "Provider name", "type": "string" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "provider", "repo" ], "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/idosal/git-mcp'

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