Skip to main content
Glama

GitMCP

gitea_get_repo

Retrieve detailed repository information from Gitea by specifying the owner and repository name using this tool on GitMCP. Ideal for accessing project data or documentation.

Instructions

Get repository information from Gitea

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner
repoYesRepository name

Input Schema (JSON Schema)

{ "properties": { "owner": { "description": "Repository owner", "type": "string" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "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