GitHub

get_repo_stats

Fetch comprehensive statistics for a specific GitHub repository. Returns total stars, forks, issues (open/closed), pull requests, watchers, last commit date, and contributor count. Returns metrics useful for assessing project popularity and maintenance status.

Remote nexgendata-apify/github-mcp-server

Other tools also called get_repo_stats? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "repo": {
      "type": "string",
      "description": "Repository name within the owner (e.g. 'linux', 'vscode', 'gpt-2')"
    },
    "owner": {
      "type": "string",
      "description": "GitHub username or organization name (e.g. 'torvalds', 'microsoft', 'openai')"
    }
  }
}
          

Provider

GitHub →