PyGithub MCP Server

get_repository

Retrieve detailed information about a GitHub repository, including owner and repository name, using the PyGithub MCP Server for streamlined GitHub interactions.

Instructions

Get details about a GitHub repository.

Args: params: Dictionary with repository parameters - owner: Repository owner (username or organization) - repo: Repository name Returns: MCP response with repository details

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "properties": { "params": { "title": "Params", "type": "object" } }, "required": [ "params" ], "title": "get_repositoryArguments", "type": "object" }
ID: orj9keaji9