get_repo
ActiveTool of github
declared in 0.1.0
Get full details for a specific repository. Returns description, stars, forks, language, topics, license, and more. Specify owner and repo name (e.g., owner="torvalds", repo="linux").
Parameters schema
{
"type": "object",
"examples": [
{
"repo": "react",
"owner": "facebook"
},
{
"repo": "linux",
"owner": "torvalds"
}
],
"required": [
"owner",
"repo"
],
"properties": {
"repo": {
"type": "string",
"description": "Repository name, e.g. \"react\""
},
"owner": {
"type": "string",
"description": "Repository owner (user or org), e.g. \"facebook\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
github
https://github.com/pipeworx-io/mcp-github
1/7 registries