Skip to main content
Glama

GitHub MCP Server

get-repo-info

Retrieve detailed information about a GitHub repository, including owner and repository name, using the GitHub MCP Server for MCP-compatible LLMs.

Instructions

Get information about a specific GitHub repository

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner (username or organization)
repoYesRepository name

Input Schema (JSON Schema)

{ "properties": { "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }
Install Server

Other Tools from GitHub MCP Server

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/alsonwangkhem/github-mcp-2'

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